bb05091995
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Always select default variables.Do you have any idea where a starting point would be with this? what sort of functions I’m looking at? – I don’t want a spoon fed code just a point in the right direction would be amazing!
Thanks!
Forum: Plugins
In reply to: [Product Image Zoom for WooCommerce by WPBean] Gallery Image Slider.I do seem to be having an issue however, when the product ONLY has a featured image and no other gallery images the zoom doesn’t work? is this an issue?
Kind regards.
Forum: Plugins
In reply to: [Product Image Zoom for WooCommerce by WPBean] Gallery Image Slider.Thanks, its an amazing valued plugin ?? – great work
Forum: Plugins
In reply to: [WooCommerce] Added to cart Notification CustomisationAh yes that did work, I forgot to enable the snippet! my bad, So thats awesome and working, in terms of returning the SKU, I know how to do it for simple products, how about variation products? is that a possibility?
Forum: Plugins
In reply to: [WooCommerce] Added to cart Notification CustomisationI place this into the snippets, I assume I filtered it all correctly,
add_filter( 'wc_add_to_cart_message', 'custom_add_to_cart_message' ); function custom_add_to_cart_message() { global $woocommerce; $return_to = get_permalink(woocommerce_get_page_id('shop')); $message = sprintf('<a href="%s" class="button wc-forwards">%s</a> %s', $return_to, __('Continue Shopping', 'woocommerce'), __('TESTESTEST.', 'woocommerce') ); return $message; }
If its me beings stupid I’m sorry!
Forum: Plugins
In reply to: [WooCommerce] Added to cart Notification CustomisationHello Mike!
Hope you had a good weekend,yeah so currently it shows:
if this is at all possible that would be amazing.. I’ve tried a lot of things I’ve seen online and nothing has worked so far ??
Kind regards,
Ben.