rocketsam
Forum Replies Created
-
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Elementor + AstraGreat! I’m using the “Product Archives” module for the page, through Elementor Themebuilder – is that what you mean?
How do I set up the correct selectors?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Infinite Scroll not workingHi Ahmed, I’m just using the one that comes with my theme, Astra Pro (I’m also using Elementor to build the product shop page).
However, if you know an infinite scroll plugin that works well with your plugin, I’m open to using it ??
Hi there! I’m having the same issue unfortunately. It has always worked well in the past. Log file is here. Thank you so so much for your help!
______________________________________________________________
[Moderated: Large code excerpt removed per forum guidelines. Please use Pastebin and Gist and copy your code there. Then return here and paste the link to that here.]
- This reply was modified 5 years, 3 months ago by t-p.
Forum: Plugins
In reply to: [WP Content Copy Protection with Color Design] AndroidHi, just checking in if this was fixed and works on mobile ??
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review reminder going to spamHi ivole, the score was 9.5/10! However SORBS seems to be one of the most important blacklists, so I’m assuming that’s why some of my customers are getting the email sent to their spam?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review reminder going to spamthank you very much ivole!! i tested it, and the following results came up: apparently the cusrev email is blacklisted by SORBS and yellow listed in Hostkarma.
Are you able to fix this please? thanks so much!!!
Forum: Plugins
In reply to: [Code Snippets] Place snippets only on certain Woocommerce product pagesso, to update this: i dug in a bit more, and realized that the code does “unrun” properly on my product pages that have less than 25 variations (which is less than half my products, which is why i didn’t notice originally).
so for some reason, for my products with <25 variations, the code still works even though it shouldn’t, and for my products with <25 variations, the code doesn’t work, as expected.
i’m assuming this is a woocommerce problem, and not a Code Snippets problem? not really sure how to tackle this one haha… please let me know if you have any thoughts!!
Forum: Plugins
In reply to: [WooCommerce] Inventory management for product variationshey Jesse, while waiting for ATUM to improve their product compatibility, i ended up going with the 2nd solution in my above post:
– bought ATUM product levels plugin
– created separate products for the US and Canada with separate SKUs. this is the worst part of the solution, it doubled my number of variations to ~1,300
– used a swatches plugin (from getwooplugins.com) to allow customers to manually choose their country (again not ideal, i wish this could be automatic from geolocation)you can see the final result here: https://www.startbigtalk.com/product/bt007-mt/
i think seank’s suggestion would work as well – i went with this solution because it is future-compatible from when ATUM (hopefully) makes their products compatible, which would be the ideal solution.
i hope this helps! let me know if you come up with anything awesome that i missed ??
Forum: Plugins
In reply to: [Code Snippets] Place snippets only on certain Woocommerce product pagesHi all, so with your help i figured out what’s wrong, which i feel very accomplished for ?? (thank you) however i have no idea how to fix it.
in the end i decided to go with “if((!is_shop)) return;”
the problem was that i kept clicking on the shop page, confirming that the code worked, and then clicking on the product page, and seeing that the code ran again, which i don’t want. i was VERY confused, since the code was so simple…. i realized that if i clicked on the product page first BEFORE clicking on the shop page, the code wouldn’t run, but as soon as i click on the shop page, the code has run for good. thus, what i was missing was that once the code runs once, it applies to the entire website.
so what i need is either a way for the code to only apply to the shop page, or for the code to “unrun” once i click on the product page.
is there any way of doing this? thank you so so much for your help!!
Forum: Plugins
In reply to: [WooCommerce] Size chart disappeared?thanks, you must be right! NO idea which plugin it was, but i got a new one for it. thanks again
Forum: Plugins
In reply to: [Code Snippets] Place snippets only on certain Woocommerce product pagesthe “if(is_woocommerce && (is_product_category() || is_shop() ))” makes a lot of sense, and I have no idea why its not working for me :/
i’ll try again tomorrow after some sleep! thanks
Forum: Plugins
In reply to: [Code Snippets] Place snippets only on certain Woocommerce product pagesThanks for your response tapio!
To clarify, I can’t use is_woocommerce because I do want the code to run on woocommerce shop archive/catalog pages. I just don’t want the code to run on the woocommerce product pages. It doesn’t matter if I exclude the product pages or if i only include the shop/catalog pages, these are the only 2 areas that the code affects.
I simply tried running (seperately) in front of my code:
– if ( ! is_shop() ) return;
– if ( ! is_product_category() ) return;
– if ( is_shop() ) { … }
– if ( is_product_category() ) { … }Forum: Plugins
In reply to: [Code Snippets] Place snippets only on certain Woocommerce product pagesHi there! What if I want to run the code only on woocommerce product catalogue (shop page) pages?
To clarify, I’ve tried “is_shop()” and “is_product_category()”, but neither of them work.
- This reply was modified 5 years, 6 months ago by rocketsam.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] What does it look like on mobile?Also are icons supported on the tabs? I can’t see any mention of icons (not a dealbreaker, but would be nice!)
Forum: Plugins
In reply to: [WooCommerce] Bulk edit variation imagesThanks Philip! I checked those out and don’t think they’ll work, but I foud this plugin that will work ??
https://yithemes.com/themes/plugins/yith-woocommerce-bulk-product-editing/