angelique2016
Forum Replies Created
-
Hi Anzar, thank you for considering my request, it works great, thank you so much, also I noticed if you didnt fill out the enquiry part on the form, it bomb out, and you had to refresh the page to reload the form, is it possible to put a *required for all fields in the form? Thanks again Angelique
Thanks Ashok, much appreciated, and also the ability to remove the “view products” which I didnt feel was so necessary due to woocommerce having already its own buttons, perhaps adding an admin setting to either keep or remove would be great, overall I really like your plugin and is working well on our website. Thanks again. Angelique
HI Ashok, just wondering if you have any further considerations with adding it to variations, it is a great plugin, works well, would be really good if you would look at it. Thanks again for the plugin.
In fact I removed this section of coding, and all seemed to work fine, and no longer had the additional button, perhaps you could add an admin settings, so you can either have this button on or off. That would be great!
function wc_mmax_remove_loop_button()
{
remove_action(‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10);
}
add_action(‘init’, ‘wc_mmax_remove_loop_button’);add_action(‘woocommerce_after_shop_loop_item’, ‘wc_mmax_replace_add_to_cart’);
function wc_mmax_replace_add_to_cart()
{
global $product;
$link = $product->get_permalink();
echo ‘<center>‘ . __(‘View Product’, ‘wcmmax’) . ‘</center>’;
}Forum: Plugins
In reply to: [MinMax Products Quantities] Remove The min/max off homepageActually I just noticed it is underneath all of the products on the product page as well, I would like to remove this min/max button. Thanks