hwamart
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Astra Issue Following UpdateThanks, looks good!
Forum: Plugins
In reply to: [WooCommerce] Single Product Summary PriorityI’ve decided to tackle this another way although having just trying to remove the single excerpt to no avail leads me to believe it is theme related and that their bouncing me here was a mistake.
I think I might have spoken to soon.
The form is positioned perfectly however the email didn’t seem to get triggered automatically when the product when back into stock.
It works fine in the form is used via the setting check box below the ‘add to cart’ button.
Any thoughts?
Forum: Plugins
In reply to: [WooCommerce] Back Order Notification Anomaly ?I think it might be something to do with my theme (Astra)
This is the CSS for an in-stock (which is the same for a backorder item with minus stock) item https://prnt.sc/pkgmt8
this is the CSS for a back order item with 0 stock https://prnt.sc/pkgnzp
i’ll speak to them, thanks
Perfect
Thanks you
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Shortcode + Backorderhttps://hwamart-b6e.eu.mywoocart.com/product/8954/heavy-duty-2m-stand/
I’m using the following code:
function add_backorder_waiting(){ global $product; if ( $product->managing_stock() && $product->is_on_backorder( 1 ) ) { echo do_shortcode('[ywcwtl_form product_id="'.$product->get_ID().'"]'); echo "Backorder"; } } add_action( 'woocommerce_before_add_to_cart_button', 'add_backorder_waiting', 10 );
As you can see it is inserting the second echo backorder just to test the rest but the short code is not working.
this link is an out of stock product where the plugin is working fine
https://hwamart-b6e.eu.mywoocart.com/product/8977/aluminium-padded-flight-case-53cmx36cmx37cm/Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Shortcode + BackorderAlso does the shortcode only work on the premium version?
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Shortcode + BackorderThanks, if used should this shortcode display on any specific product or only products that also meet the criteria for the waiting list?
As it is not working for me!
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Can’t change headerI tried setting the old one as draft, putting it in the bin and even as far as deleting it all together. The first two actions didn’t make any difference, deleting resulted in no header appearing at all but even then the new header would not display. All caches deleted/plugins disabled.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Only working when logged inStill only working when logged in with those selector settings
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Only working when logged inForum: Plugins
In reply to: [YITH Infinite Scrolling] Only working when logged inYes I’ve tried all that, still not working
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Only working when logged in1. Go in Settings > Permalinks and try to save again this settings. In this way you regenerate the permalinks. Done, not made any difference.
2. Try to clean cache. Cache cleared and caching plugins disabled.
3. Try to regenerate the cache for JS file.
Forum: Plugins
In reply to: [WooCommerce] Custom Order NumberI’ve resolved my issue replacing
$order->get_order_number()
with
$order->get_id()
Forum: Plugins
In reply to: [WooCommerce] Can’t remove privacy policy checkboxEverywhere I can think of that may control this setting is blank.
but still the checkbox persists