wooq123
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 3.0.1 No longer worksYep doesn’t work, and I can’t figure out how to download the older version. Products wont add to wishlist (say their added but they actually arent)
Thank you, that worked great.
Forum: Plugins
In reply to: [WooCommerce] Variation Specific URL is Not Working for Variable ProductsI’ve disabled everything and switched to storefront as suggested, but the “/?attribute_pa_” direct variation URL is simply not working for the most recent product I created. I cannot figure out why this is happening.
Yes, it jumps straight from “Payment started” to “Payment succeeded” under the “timeline” section on the stripe payment page.
Under “events”, it goes from ” a new payment was created” to “a successful payment was made”, and then “the payment has succeeded”
Yes the charge link always appears for me, except on that one payment.
Let’s hope this doesn’t happen again then. There is no custom code that would conflict with Stripe, and that transaction was definitely captured immediately (at no point was it ever in “uncaptured” status).
Hi, it appears to be a Mastercard, so it could have something to do with Mastercard specifically. I assumed it was an Apple Pay payment, because in the past Apple pay payments come through without a “Payment Method” section on the woocommerce “New Order” email; this transaction did not show the “payment method” name, but it was a stripe payment through this plugin.
There is no “ch_” link for this payment, as with others, and it does not show the “stripe fee” deduction under the payment total like other transactions do.
In the “description” field on Stripe, instead of showing “Order 19303”, the description is blank.
Below is the events log from stripe. As you might notice, it is missing the 2 events for “uncaptured” payment and “captured” payment.
The payment pi_1FN9GrKgsh3W2Kqzs3E20564 for $—.– USD has succeeded 9/26/19, 7:33:31 PM
A successful payment was made for $—.– USD 9/26/19, 7:33:31 PM
A new payment pi_1FN9GrKgsh3W2Kqzs3E0564 for $—.– USD was created 9/26/19, 7:33:25 PM
- This reply was modified 5 years, 6 months ago by wooq123.
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Problem with 2.0I have managed to stop the issue by changing plugin settings, but I have still had to disable the plugin because it caused major styling issues with my website. Ever since the update, it has put gray outlines around other buttons on the page and totally thrown of the styling. Please let me know if there is a way to fix this. I’m assuming there is an issue with the code that does not contain the styling specifically to this plugin (it appears to be affecting styling of other non-related plugins).
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Problem with 2.0I urgently need help with this. Even with the plugin disabled it has completely broken my site; clicking on any link just loads the main url page.
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Problem with 2.0Same problem here. Cleared all cache. My site is broken. Every link I click, it sends me to the home page URL.
Nevermind, solved it. Somehow I did not think of adding condition “State- Not Equal to-Alaska” etc. In case anyone has any trouble, that’s the way to exclude specific states properly.
Thanks Eva. I had already made sure my caching plugin excluded the feed, so it must have been the fact that the cron event was set to 1 day instead of 1 hour. I have switched it and will see what happens.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Editing CSS StyleI actually just happened to figure this out finally. In case anyone wants to put a border separating the horizontal selector, this is what I have used (including a black background and my styling).
.ymm-selector.ymm-horizontal {margin: 0 !important; background: black !important; float:none !important; width:100% !important; border-top: 2px solid #ab050a; border-bottom: 2px solid #ab050a; padding-top: 0px; padding-bottom: 7px; height: 53px !important;}
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Editing CSS StyleHey Stanislav, first I wanted to say thanks for your previous help on this.
I am trying to put a horizontal border across the top & bottom of “.widget.ymm-selector.ymm-horizontal” but I cannot figure out how to make these borders even. The css below is the only way I’ve been able to do it, but it creates a much thicker bottom line border than the top border, so I have to insert another line with negative margin to make a div below move up and cover part of the fat bottom line, which looks glitch on initial page load (looks big at first and then is covered by a div below it). I assume there is a way to apply an even border to the top and bottom of the horizontal selector?
.ymm-selector.ymm-horizontal .ymm-clear {border: 3.8px solid #ab050a;}
Hey Stanislav, this works like a charm. Thanks for the help. Will you at some point release an update with a simple checkbox option that allows for changing the order to year, make, model, as well as implementing this feature that you just provided the code for? Your plugin is very well designed and lightweight. Congrats on a very well designed plugin.
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] “Name” Field Not Transferring to MailChimp ListNevermind, was able to fix it by replacing “NAME” with “FNAME”