PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Fox - Currency Switcher Professional (paid) crashes my site

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello, I recently purchased this plugin for my site which I'm building using the Divi Builder theme.  I'm using the studiowombat.com Quantity Rules and Discount Swatches plugin, which in their documentation says works seemlessly with this FOX plugin.  I can get it to switch the currency symbol, but not the currency amount.  I have pages with custom buttons so the customer can choose different bundles of stickers.  I am hiding the main product price and product amount fields on these pages so the only thing to select for the customer is each bundled option.

This is all done because to sell one sticker would be like 10 dollars with shipping, but to send 5 its only 15 dollars for the smallest sticker.  So, I set it up this way so the customer could buy bundles of stickers and not purchase quantities like 3 or 17.

Here's an example page of what I'm doing:

https://lq6xmwcgdu.onrocket.site/product/youtube-kiss-cut-stickers/

I created a code module on the product page under the woocommerce add to cart divi module.  I input this shortcode given to me by the plugin that was this: [woocs sd=1]  It shows up on the page OK, but it really is slowing down my site.  I also use WPRocket plugin to speed up my site.  Is this considered a caching plugin?  Should I engage that option or what should my options be with this setup?

I already looked up another support article about WP Rocket and it said to set this plugin settings to PHP Session under the currency storage option in FOX.  I also went into the wprocket plugin and set the advanced rules Never Cache Cookies box and I input PHPSESSION in that box like the article said.

So, am I doing this correctly?  I have Divi setup to use shortcodes on pages and I think it does so natively.  It seems to be pretty fast loading now, but when I initially installed the plugin last night, I selected all the currencies in the wizard except 3, so like 150 currencies or whatever huge number that is.  It crashed my whole website and even trying to get into the backend was difficult on wordpress, I had to have some people at my hosting company let me back in so I could disable the plugin.  Once I restarted it I went in and only input 2 currencies, USD and JPY japanese yen.  If you change it to yen, the same option prices come up.  I think japanese yen is 150 times less valuable than a dollar, so for 2x2 stickers, it should be coming up like 15.35*152, so I know when it says 15 yen for that price, it has to be wrong.

So, what could I change in terms of settings to get this to work?  I also can mention that I recently unchecked the multi-currency stock plugin (its a checkbox) that I had installed previously which is a default woocommerce plugin.  It had a purple currency popup on each page and different flags just like FOX.

My prices in quantity swatches by studiowombat are integers, so when you have the pricing column under the product, it comes up for 2x2, 5 for 3.07 or 15.35 USD.  I've spoken to the wombateers and they say it should be integrated with their plugin as it says on their website, so I'm at a loss as to why this isn't working.  I also have a custom table on this page that does use wombat's swatches price info.  It takes the integers in the product variations pages and uses little codes in the quantity section on a product with codes like [product_discount] to display the discount amount from the order.  This is all set up so I can offer bulk discounts on stickers, as I stated earlier.

So, its very complex my scenario with all the plugins I have to use, but at least I have pages that look good, just you can't change the currency, yet...

Some new info I discovered since this post, I looked at another page and the currency seems to be coming up just fine.  Its not a finished page, but you can see that the price does change to yen automatically here.

https://lq6xmwcgdu.onrocket.site/product/blink-fine-art-posters/

I also added some custom css to the price amount fields in wordpress under appearance>>customize>>additional css.  I input some custom css for these price fields because they were coming up blue and too small on other product pages other than stickers, which is having all the problems.  Here's what I input in the additional css:

/*Change product total size*/

.wapf-product-totals {
font-size: 21px;
color: #9E9E9E;
}

span.wapf-total.wapf-grand-total.price.amount {
font-size: 21px;
color: #616161;
}

/*Change price amount size*/

.woocommerce-Price-amount {
font-size: 1.4em;
color: #616161;
}

/*Remove tiny reset variations button*/

.reset_variations {
display: none !important;
}

Could this custom css be causing the problems?  I could remove it and check, but it doesn't seem like it would.  Very strange that it works on products not customized with quantity discounts swatches by studiowombat, because this product above has no custom fields, only multiple images and the price updates from my print provider automatically somehow.

Hello

1)  My plugin slows down the site - how did you measure the site loading speed? What data did you use to make this conclusion?

2) Incorrect conversion - Please disable all third-party plugins that affect the currency and do a test.  For example, my plugin has nothing to do with these prices - https://share.pluginus.net/image/i20250214102446.png

This custom CSS code cannot affect the functionality of my plugin.