joelalexandersson
Forum Replies Created
-
Weird. But in the latest woocommerce 8.5.1 It started working again. Thanks anyway!
There is no one available that can help me with this one?
Forum: Plugins
In reply to: [TheFork Widgets] The css class .form causing some trouble in adminFantastic! Thank you!
Ok! Now I know why it didn’t work. It turned out that my attributes were created directly on the product and not pre-defined in the Attributes section. That made the stock count not work correctly. Perhaps something that could be fixed?
Thanks for all the help!
Yes, that is weird. It’s working in your demo. I’ll have to go over my settings again.
ok. After some testing, I see that it is only reduced when buying the two-day ticket. What could I be doing wrong?
I’ve created two attribute stocks Friday and Saturday.
they both got two Groups. There is no stock handling on the actual product.
Friday got the following:
Group #1: Days – Friday – Quantity multiplier: 1
Group #2: Days – two-days – Quantity multiplier: 1Saturday got the following:
Group #1: Days – Saturday – Quantity multiplier: 1
Group #2: Days – two-days – Quantity multiplier: 1Ah! Now I get it! That works. But there is one thing that is not working as expected. I bought a Friday ticket and a two-day ticket at the same time but the stock was only reduced by one on Friday even though it should have been reduced by two. is that because I set it to be reduced by one in the rules?
I am having the same problem. I’m not using Ultimate member or anything like that.
Yes! Perfect. Thank you so much! One thing. How do I make multiple filters for this? Do I need to make a unique function for each layout?
Same for me! Not the same error but your plugin breaks several clients websites at since the last update.
I get:
504 Gateway Time-out
The server didn’t respond in time.when I click send.
Same here. Worked before.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Massive Error with Woocommerce 4.0Same for me. Started working after editing the lines specified by @davidospinacolombia.
Hi! Sorry for the late reply. I didn’t get a notification until now. I’ve got the latest version of everything but after deactivating everything and using the storefront theme I found a conflict with the plugin “WooCommerce Measurement Price Calculator”. That’s what causing the problem, unfortunately. I don’t get any error messages.
What is happening is that I can’t remove the attached image. It just jumps to the top of the page. If I create a new product and try to get an image it doesn’t open the regular uploading popup, but instead, the image uploader goes to a new page and the admin bar disappears etc. Some really weird errors. I’ll contact the people working on WooCommerce Measurement Price Calculator and see what they can do.
I found out that it is this part that does it and it works if I change it to html or body:
// scroll to top
var diff = $(‘.wpmc-tabs-wrapper’).offset().top – $(window).scrollTop();
if ( diff < -40 ) {
$(‘html, body’).animate({
scrollTop: $(‘.wpmc-tabs-wrapper’).offset().top – 70,
}, 800);
}DO anyone know how to do that without messing with the plugin code, updates and such?