psablik
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce not clearing old sessionsHi @mahfuzurwp,
I’ve installed Action Schedulerย plugin, looking into ‘Scheduled actions’ I can see:
All (746) | Complete (664) | Failed (74) | Pending (8)
Could you tell me for which hook I should be looking for?
ThanksForum: Plugins
In reply to: [WPvivid โ Backup, Migration & Staging] Backup process stuckHi, it didn’t work. I ended up using different plugin which works
Forum: Plugins
In reply to: [WooCommerce] Exporting shipping zones’ informationHi, I’ve already tried it, but those tables don’t include the cost of the shipping zone, which is the most important for me. Is there any more method?
Hi, @mariatogonon,
Yes, I use Autoptimize plugin. I’ve disabled this option and it didn’t help. I’ve also tried turning off Autoptimize, but it didn’t help either. Still, thank you for the reply.
Hi @belimperial
Thanks for the reply. I’ve added
class=โpopmake-close pum-close pum-do-defaultโto anchor tags as you suggested. Now when I click the flag it redirects me to other site, then it shows popup second time, I have to click it again and then it finally closes. I can see in the browser that it creates two cookies with the same namepum-3742. Can I make it so it doesn’t appear again after clicking the flag and redirecting?Could you tell me how you resolved it? I’m having the same issue
Forum: Plugins
In reply to: [WooCommerce] Adding ‘Gallery picture’ to product hides product’s data tabHi,
I’ve already managed to fix it. I use Woolentor and Elementor plugins to edit the default ‘Single Product’ page. I had motion effects on the loading page on elements such as: product photo, data tabs etc. and when I removed those effects problem disappeared. I don’t know why but it works now. But thanks for the fast reply.
Best regards ๐
Hi, it worked for me as well, thank you very much ๐
Problem resolved, I just set ‘Product Archive Page Template’ instead of ‘Product Shop Page Template’. Sorry for the problem, topic can be deleted.
– Payments in PLN were done by bank transfer.
– I have ‘Payment Gateway Based Fees and Discounts’ plugin. It’s enabled, but I haven’t set up any fee yet, so it doesn’t add any additional fee to the checkout price.Hi,
I don’t really know what you want me to show you, so I’ll show you two things:
– General settings of the plugin (https://prnt.sc/1an80x9)
– How I add the prices of products (https://prnt.sc/1an8oq0). I’ve turned on ‘Fixed Price’ option in the settings so I can manually set the prices in both currencies. I just choose my product and in its properties, I set up its price.Best regards
Hi,
The red line doesn’t show up, when i go to WooCommerce -> Orders it looks like this: https://prnt.sc/19ui8f6Best regards
- This reply was modified 4 years, 11 months ago by psablik.
Forum: Plugins
In reply to: [WooCommerce] Changing zoom volume on product hoverHi,
Problem solved, I added this code to the ‘functions.php’ file in my theme’s directory and it worked perfectly.add_filter( 'woocommerce_single_product_zoom_options', 'custom_single_product_zoom_options' ); function custom_single_product_zoom_options( $zoom_options ) { // Changing the magnification level: $zoom_options['magnify'] = 0.7; return $zoom_options; }Thank you so much for help ๐
- This reply was modified 4 years, 11 months ago by psablik.
Hi, thanks for the reply
Yes, my site uses WP Super Cache plugin and I had already enabled “Use cache plugin” option. I also added custom symbols as you said, but nothing has changed. Orders in PLN still show in USD.Best regards
Hi,
I kind of resolved a problem by instaling a different plugin to translate my site. The problem doesn’t occur anymore, so perhaps you have some issues with the Astra theme. Anyways thank you for the help ๐