The problem: I want to be able to disable the snippet on some posts or pages in the category. As it stands, the snippet displays on all posts in the category but I want to be able to disable/turn it off on certain posts.
How is this possible? I have checked the settings but I don’t see anything relating to that.
]]>I need to make a button “Enquire now” for certain products to be displayed instead of the “Add to cart” and “Buy now” buttons. I need it, for example, for products that are over 10,000 euros. Is it possible? And how I can make this?
Thank you in advance!
]]>just have a question here my client wants to add her customers who will only purchase “Product SOS” to an specific audience (SOS Paid) in her mailchimp account. However the setting on the “Integration” is all product who will purchase in our site will fall to audience. we just need a certain product to fall in specific audience.
https://prnt.sc/105srm9
Thanks advance
]]>I have been looking at 2 woocommerce extensions, can u help me figure out if either would suit my needs please?
A/ https://woocommerce.com/products/table-rate-shipping/
B/ https://woocommerce.com/products/flat-rate-shipping-plugin-for-woocommerce/
Background: I am currently selling products on my Woocommerce store using Printful integration, orders made are fulfilled and shipped by Printful, therefore I have not currently needed to configure any shipping rates.
I want start selling stickers made outside of the prinful ecosystem. Meaning I make and ship them personally.
I would like to offer a tier based shipping option for these stickers only. I plan to have a few designs, let’s call them X,Y and Z. So, for example:
1-10 stickers shipping fee = 3.00
11-50 stickers shipping fee = 5.00
50-199 stickers shipping fee = 10.00
200+ stickers shipping fee = Free
I would like to be able to integrate your plugin into my current setup, are the following configuration possible:
1.Is your plugin going to work seamlessly alongside printful + woocommerce?
2.Example order 1 can this be configured?:
2x t-shirts fulfilled and shipped through printful (their shipping fee remains unchanged) + 30 stickers design X (as above example fee = 5.00), so total shipping for this order should be (printful’s shipping fee) + 5.00
3.Example order 2 can this configured?:
Customer orders 30 stickers (design X) and 10 stickers (design Y), (total stickers in order = 40) will they get charged shipping 5.00 OR will they be charged 5.00 (design X) + 3.00 (design Y) = total shipping 8.00?
4.Can these tiered shipping fees be configured to be different costings for USA and UK customers?
Thank you very much in advance.
]]>Background: I am currently selling products on my Woocommerce store using Printful integration, orders made are fulfilled and shipped by Printful, therefore I have not currently needed to configure any shipping rates.
I want start selling stickers made outside of the prinful ecosystem. Meaning I make and ship them personally.
I would like to offer a tier based shipping option for these stickers only. I plan to have a few designs, let’s call them X,Y and Z. So, for example:
1-10 stickers shipping fee = 3.00
11-50 stickers shipping fee = 5.00
50-199 stickers shipping fee = 10.00
200+ stickers shipping fee = Free
I would like to be able to integrate your plugin into my current setup, are the following configuration possible:
1.Is your plugin going to work seamlessly alongside printful + woocommerce?
2.Example order 1 can this be configured?:
2x t-shirts fulfilled and shipped through printful (their shipping fee remains unchanged) + 30 stickers design X (as above example fee = 5.00), so total shipping for this order should be (printful’s shipping fee) + 5.00
3.Example order 2 can this configured?:
Customer orders 30 stickers (design X) and 10 stickers (design Y), (total stickers in order = 40) will they get charged shipping 5.00 OR will they be charged 5.00 (design X) + 3.00 (design Y) = total shipping 8.00?
4.Can these tiered shipping fees be configured to be different costings for USA and UK customers?
Thank you very much in advance.
]]>I want to keep the products to a maximum of 4 images so hiding the featured images on some of our products would be ideal!
Any help would be great!
]]>How do I Show Chat Only on Certain Pages?
]]>The best solution I could come up with was downloading a plugin that allows you to add sidebars to pages by shortcode (the one I ended up using is Stag Custom Sidebars), then adding that to the archive pages using my child theme’s functions.php file. So, I entered this:
add_action( 'pre_get_posts', 'filter_sidebar' );
function filter_sidebar(){
if( is_post_type_archive('teachings') ) {
echo do_shortcode( '[stag_sidebar id='filter']' );
}
}
but every time i apply this it breaks my site. I can’t figure out what I’m doing wrong…
The reason I want to use my child theme’s functions.php is to avoid problems with updates to my theme in the future.
Maybe there’s a better way to go about this. Any suggestions would be greatly appreciated.
Thank you so much for taking the time to read my question, and thank you in advance for your help!
Example:
Let’s say oranges can’t be shipped to Louisiana or Kentucky. I still want to sell oranges from my site – but if someone enters Louisiana or Kentucky in their shipping address on checkout, it doesn’t let them create the order and a notice shows up on the page that that item is not able to be shipped to that state.