msblic
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Parsing out product list variable?For my use case, the order doesn’t matter. The first item can be Blue Shirt, White Shirt or Red Shirt. I don’t care whether
You’ve bought “%product%[0],” “%product%[1],” “%product%[2]”
returns
You’ve bought “Blue Shirt,” “White Shirt,” “Red Shirt”
or
You’ve bought “White Shirt,” “Red Shirt,” “Blue Shirt”
In this case, I only care about being able to add quotes around each item in the list (which looks nicer and more clear than “You’ve bought “Blue Shirt, White Shirt, Red Shirt”)
Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Parsing out product list variable?The order wouldn’t really matter. I just wanted to be able to access individual items in the product list, ie:
%product%[0] (would be equal to “Blue Shirt” in my example)
%product%[1] (would be equal to “White Shirt”)
…
Does that make sense?Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Support for notice button?Thank you, Oleg. That worked great.
One (hopefully) final follow-up question on the admin demo! By checking the “Use WC notices” in settings, does that add the notices by default? So you do not need to add any shortcodes manually–it’s just integrated into WooCommerce pages automatically?
Thank you! (one little thing–there’s a typo in “Checkout page” after you’ve clicked on “Use WC notices”–just an FYI!)
Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Support for notice button?If I put this in a notice:
This notice will be displayed if products from the cart have selected category
%category% – category name <button>TEST</button>
I end up with a blue banner box of the text with a left-aligned white button “TEST” beneath it–which isn’t a very desirable look. I would hope it might match the styling of the default cart notices (after adding something to your cart, for example, you get a notice with a right aligned button to “View Cart”)
Is it not possible to do that with this plugin? Thank you for the info!