armedandgorgeous
@armedandgorgeous on WordPress.org
- Member Since: October 16th, 2020
-
Created a topic, Sales report for product tag, on the site WordPress.org Forums:
Hi with our site we have organised our brands based on… -
Created a topic, See sales by tag, on the site WordPress.org Forums:
Hi, We use tags for our different brands. We want … -
Created a topic, Subsidised delivery over a certain amount, on the site WordPress.org Forums:
Hi, I want to offer a subsidised delivery over £40. … -
Created a topic, Is there a plugin for a free gift with purchase pop up choice?, on the site WordPress.org Forums:
HI, I offer a free specific gift currently which I c… -
Posted a reply to Reference Error: Stripe is not defined, on the site WordPress.org Forums:
Brilliant I've got it working thank you! -
Created a topic, Reference Error: Stripe is not defined, on the site WordPress.org Forums:
Hi, I'm sure you get this all the time but I've set u… -
Created a topic, Is there a way to see revenue by tag, on the site WordPress.org Forums:
Hi, I was wondering if there was a way to see revenu… -
Created a topic, If term is in title then echo “***”, on the site WordPress.org Forums:
Hi, im trying to write some code that displays a revi… -
Posted a reply to How can I fetch if in_stock?, on the site WordPress.org Forums:
For anyone who is reading this in the future this is the working code add_action(… -
Posted a reply to Is there a way for me to get notified when my item is out of stock?, on the site WordPress.org Forums:
Thank you! Is it possible to receive notifications for one specific item? Just to provide… -
Created a topic, Is there a way for me to get notified when my item is out of stock?, on the site WordPress.org Forums:
Hi, Just wondering is there a way that I can receive… -
Created a topic, How can I fetch if in_stock?, on the site WordPress.org Forums:
Hi, On my website I am adding a free product to the c… -
Posted a reply to Add text under product in the cart, on the site WordPress.org Forums:
add_filter( 'woocommerce_cart_item_name', 'custom_text_cart_item_name', 10, 3 ); function custom_text_cart_item_name( $item_name, $cart_item, $cart_item_key ) { global $woocommerce;… -
Posted a reply to Add text under product in the cart, on the site WordPress.org Forums:
Okay so ive managed to get it pretty much sorted. My issue with was my… -
Posted a reply to Add text under product in the cart, on the site WordPress.org Forums:
HI thanks for the reply. I'm in the process of piecing this together. I'm new… -
Posted a reply to Add text under product in the cart, on the site WordPress.org Forums:
Hi thanks for the response, but I don't want to add it to the cart… -
Created a topic, Add text under product in the cart, on the site WordPress.org Forums:
Hi, When someone adds a product and views it in the c… -
Created a topic, How can I add text under a product in the cart?, on the site WordPress.org Forums:
Hi, When someone adds a product and views it in the c… -
Created a topic, sik, on the site WordPress.org Forums:
real good -
Posted a reply to Coupon isnt working?, on the site WordPress.org Forums:
ah yeah, it was a simple fix, turns out a developer I was using altered… -
Created a topic, Coupon isnt working?, on the site WordPress.org Forums:
Hi, we've got an issue with one of our coupons for fre… -
Posted a reply to How to autoapply free delivery?, on the site WordPress.org Forums:
Perfect, such a simple fix - thanks have a great day! -
Posted a reply to How to autoapply free delivery?, on the site WordPress.org Forums:
Hi thanks for the reply, The issue with that fix is that I have an… -
Created a topic, How to autoapply free delivery?, on the site WordPress.org Forums:
Hi so wih my woocommerce store I offer free delivery o… -
Created a topic, How to autoapply free delivery?, on the site WordPress.org Forums:
Hi on my woocommerce site I have a free delivery thres… -
Created a topic, is there a way to make a ‘new in’ category?, on the site WordPress.org Forums:
Hi, I would like to tag new products from the last 30 … -
Posted a reply to why does the customer url have #response= in checkout?, on the site WordPress.org Forums:
Thanks, so what do you think that #response was then? Im just curious as to… -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Ey, I figured it out don't worry. For anyone whos reading this - remove <p></p>… -
Posted a reply to why does the customer url have #response= in checkout?, on the site WordPress.org Forums:
Hi, She claims that when she clicked on 'Credit & Debit Card' payment option it… -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Thank you, this is a beautifully satisfying piece of code I love it!! Only minor… -
Created a topic, why does the customer url have #response= in checkout?, on the site WordPress.org Forums:
HI I have a customer that couldnt use the checkout. He… -
Posted a reply to why does the customer url have #response=Awg134f405 in checkout?, on the site WordPress.org Forums:
Thanks will do. -
Created a topic, why does the customer url have #response=Awg134f405 in checkout?, on the site WordPress.org Forums:
A customer has been struggling to get the checkout to … -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Would this function work – have i written this correctly (including indents at the right… -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
function custom_wp_product_notice() { global $product; if ( ! $product ) { return; } if (… -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Would this function work - have i written this correctly? I know the smallest amount… -
Posted a reply to Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Brilliant thanks for your response! -
Created a topic, Can I filter what I add as a custom text on product page?, on the site WordPress.org Forums:
Hi, I have added a line of code to my functions.php … -
Posted a reply to When moving my add to cart I lose my CSS, on the site WordPress.org Forums:
Thanks for your help -
Posted a reply to When moving my add to cart I lose my CSS, on the site WordPress.org Forums:
I added this but it duplicates the summary to now be above and below? remove_action('woocommerce_single_product_summary',… -
Posted a reply to When moving my add to cart I lose my CSS, on the site WordPress.org Forums:
Hi Vijay, sorry I've been trying to figure out how to do this but I… -
Posted a reply to When moving my add to cart I lose my CSS, on the site WordPress.org Forums:
Thank for the respone - how would you do this without leaving a big gap… -
Created a topic, When moving my add to cart I lose my CSS, on the site WordPress.org Forums:
Hi, I wanted to move my add to cart button to be abo… -
Created a topic, Awesome plugin!, on the site WordPress.org Forums:
Really rate poptin! -
Created a topic, awesomeo, on the site WordPress.org Forums:
love it -
Created a topic, How do you make the search icon clickable?, on the site WordPress.org Forums:
Hi, I is there some code I can add to make the magni… -
Posted a reply to How can I add the same photo to EVERY product?, on the site WordPress.org Forums:
Hi Vijay, Thanks for the code. Another caveat - is there a way to specify… -
Posted a reply to How can I add the same photo to EVERY product?, on the site WordPress.org Forums:
Thanks, guys, when I set this as the default image, will that make it become… -
Created a topic, How can I add the same photo to EVERY product?, on the site WordPress.org Forums:
Hi Im using woocommerce and have over 2000 products.… -
Created a topic, How can I add the same photo to EVERY product?, on the site WordPress.org Forums:
Hi, I hope this is meant for here - I apologise if t…