0
Hi,
I have installed (Grid market) child of Framemarket theme. The problem is that the products on the main page always show ‘Buy now’ button even though the settings in Marketpress are to show ‘Add to Cart’ button.
I investigated the issue and it turns out that in file /framemarket/library/functions/marketpress.php on line 331 its hardcoded:
$content .= '<a class="mp_link_buynow" href="' . $permalink . '">' . __('Buy Now ยป', 'mp') . '</a>';
Can you please tell the developer to make it compatible with MP backend settings.
Thanks.