casbboy
Forum Replies Created
-
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Multiple Gift Card Designs for Customer to Pick?Just so you can see a sample of what I mean:
https://plugins.yithemes.com/yith-woocommerce-gift-card-free/product/virtual-gift-card/
Forum: Plugins
In reply to: [C4D Woo Variation Images] No support, no answerdid you ever get a response?
Forum: Plugins
In reply to: [Facebook for WooCommerce] Disable Messenger on Cart / Checkout PagesFor some reason I never got the email response on this. I will try that, thank you.
Hi @jenskyverge – it turns out that I’m an idiot, and I never realized there was a “Facebook Description” meta field below every variation. I was able to get dialed in using that, as that was all I needed. ??
However, I do need to do another post with a new question…..
Cheers!
RyanForum: Plugins
In reply to: [AFI - The Easiest Integration Plugin] Klaviyo Not WorkingMy fault. I didn’t realize Klaviyo doesn’t instantly added the new information from the form to the list, so made it look like wasn’t working.
It is working.
You are awesome! Thank you.
I need to create a Google Product Feed, but can’t figure out the difference.
I was looking ath their guide:
https://support.google.com/merchants/answer/160588
And just noticed they don’t have the “g:” in front of anything in their example.
- This reply was modified 4 years, 11 months ago by casbboy.
Forum: Plugins
In reply to: [W3 Total Cache] Last-Modified Header and Expires Header WrongI should point out that my server is NGINX. I tried including path to the nginx.conf made by w3 in my nginx config file, but then I got 404 errors on all the post pages.
Forum: Plugins
In reply to: [C4D Woo Variation Images] Don’t Show Variation Option if Only One?Hello!
Your recent plugin update actually undid my fixes to hide variations with only one option.
We had old products with a particular color that we don’t carry any more, so we don’t want to delete the entire variation for book keeping (like COGS). We have one color that is disabled, no check mark for Enabled, but the plugin still has it show why Woocommerce knows not to show it.
How can the plugin know not to show any variation without stock, disabled or an attribute with only a single variation?
The last update removed your “outstock” and “.not-match” class, which was the perfect way to choose what to hide or not.
I have CSS hide all variations, and then jquery shows the variations that have more than one.
jQuery(".variations_form").on('DOMSubtreeModified', function() { clearTimeout(timer1); //jQuery(".variations_form").on('DOMNodeInserted', function() { var parents = document.querySelectorAll('.c4d-woo-vs-single-list-box'); var timer1 = setTimeout(function () { for(var i = 0; i < parents.length; i++) { var children = parents[i].querySelectorAll('.attribute-item:not(.not-match)'); var childlength = children.length; console.log('children: '+childlength); /*if (children.length < 2) { parents[i].style.display = 'none'; //jQuery(".variations_form").off('DOMSubtreeModified'); }*/ if (children.length > 1) { parents[i].style.display = 'block'; //jQuery(".variations_form").off('DOMSubtreeModified'); } } }, 1500);
Cheers!
Ryan*for now I’m trying to roll back to an older version of the plugin.
Thanks for getting back to me. Here is the url:
I couldn’t get it to work, so switched to : WooCommerce UPC, EAN, and ISBN Plugin, which works perfectly and changes with variation products.
I also could add the hidden input segment, as provided by mailchimp with jquery to the form created in the popup, but would the submission pay attention to it?
Yes,
I can choose the list. But would love to put it into a particular segment of the list.Is this possible?
Cheers!
RyanActually, noticed a new update this morning and that seems to have resolved the issue.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] AJAX Form? Macro for return url?Thanks for the response! Do you have a demo of the AJAX feature in action?