urgent issue fixed
This commit is contained in:
parent
496323ebdd
commit
9492943d6d
|
@ -94,7 +94,7 @@ $addon_list = array(
|
|||
),
|
||||
|
||||
array(
|
||||
'name' => 'WooCommerce Event Waitlist Addon',
|
||||
'name' => 'WooCommerce Event Calendar Addon',
|
||||
'price' => '$20',
|
||||
'banner' => 'https://mage-people.com/wp-content/uploads/2019/03/banner_EVENT_calender-800x473.png',
|
||||
'url' => 'https://mage-people.com/product/woocommerce-event-calendar-addon/',
|
||||
|
@ -139,7 +139,7 @@ echo '<li>';
|
|||
echo '<h3>'.$list['name'].'</h3>';
|
||||
echo '<p>'.$list['excerpt'].'</p>';
|
||||
echo '<h4>'.$list['price'].'</h4>';
|
||||
echo '<a href='.$list['url'].'>'.$list['btn_txt'].'</a>';
|
||||
echo '<a href='.$list['url'].' target="_blank">'.$list['btn_txt'].'</a>';
|
||||
echo '</li>';
|
||||
}
|
||||
echo '</ul></div>';
|
||||
|
|
Loading…
Reference in New Issue