fkoomek
Forum Replies Created
-
Hello.
I now noticed that the number formats set in your plugin don’t affect number format displayed in Wocommerce orders at all. (tested on new clean WordPress install)
When I open any order, prices there are always shown according to default Woocommerce price format. They are also like that in emails and invoices.
Only first email and Invoice which are sent after passing checkout on frontend is correct.
Can you please check that?Hi.
I’ve just tested the plugin on fresh WP install with default theme and only with Woocommerce and Woof plugin activated and it just doesn’t work. The “listen product visibility” option doesn’t work for me. I even tried to set the product visibility manually for certain product but nothing changed. Also the extension doesn’t help. Thankshttps://liberlapidum.com/wp-content/uploads/2018/10/bug-1.png
Thank you for your help.
Unfortunately, it doesn’t work. This option hides only products with catalog visibility set to hidden. It does not affect hidden out of stock products.I am using settings “Hide out of stock items from the catalog”, so although the filter shows certain count, for example 4, when I use the filter searching I get only products that aren’t out of stock, for example 2.
Great! That’s exactly what I needed. Thank you ??
Forum: Plugins
In reply to: [My auctions allegro] Aukro.cz supported?Thank you for your fast response.
And do you think that with the current options of Aukro’s API is possible for some developer to make this type of connection? I just would like to show the list of my Aukro auctions on my website, nothing more.Hi.
Thank you very much for your work ?? Unfortunately it seems it’s not working for me.
I set minimal and default product price to 4.90 EUR and after switching currency it’s still 4.90 USD, 4.90 CZK…. The plugin is updated to the latest version.Hello.
I’ve just found out that the problem is caused by this piece of code in both Confirmation and Invoice template:<?php if($pmpro_invoice->billing->city && $pmpro_invoice->billing->state) { ?>
<?php echo $pmpro_invoice->billing->city?>, <?php echo $pmpro_invoice->billing->state?> <?php echo $pmpro_invoice->billing->zip?> <?php echo $pmpro_invoice->billing->country?><br /> <?php } ?>This way, when the “State” or “City” field stays empty, neither “Country” nor “ZIP” is showed on the Confirmation or the Invoice page.
So I replaced it with (+ I did the same thing with the Address1 and 2 because I also wanted to make it optional):
<?php if($pmpro_invoice->billing->street){ ?>
<?php echo $pmpro_invoice->billing->street?> <?php echo ‘<br>’; ?>
<?php } ?>
<?php if($pmpro_invoice->billing->city && $pmpro_invoice->billing->state) { ?>
<?php echo $pmpro_invoice->billing->city?>, <?php echo $pmpro_invoice->billing->state?> <?php echo ‘<br>’; ?> <?php } ?>Thank you for your help, Oguz.
I’ll be waiting for other information ??
Actually, I found out that problem occurs when using for example other pop-up plugin – Pop-up by Supsytic as well. However, I have a feeling that it worked corectly some time ago. Looks like something has changed in Mailchimp maybe.Hello.
Thank you for your answer. It makes a sense that Mailchimp has set some limits. However, I use for example Woocommerce addon for Mailchimp which also works via API and it allows me to enter one email how many times I want without any problems and I always get a new double opt-in message to my email box. The same is for Mailchimp stock Pop-ups.Hello.
Similar problem here. Hustle says: “This email address has already subscribed.” It happens when I try to subscribe with the same email address for the second time. But of course, I didn’t confirm it for the first time (through opt-in), so it should behave like it’s not in the list. And it obviously isn’t, because my list in MailChimp stays totally empty.Furthermore, the error shows with some email addresses already for the first time.
Local Hustle list is disabled.
Pop-up is set on exit.
So far I have tried to disable all plugins and pause Cloudflare with no results.
https://shop.behindthestars.net/
Thanks.
Well, and one more comment on the Addition gateway fees. You could also ínvolve rounding there ??
Hi.
Thank you very much.
I’ve just carefully tested it and find out that there are still some problems when paying via my gateway. I use Czech one – GoPay. So, I don’t really know if there’s something wrong directly with the GoPay plugin. My payment is just sometimes declined and I found out that the issue is connected with rounding. For example, I created a testing product which cost 4.10 EUR (EUR is my primary currency) and set free shipping and then I was changing currency exchange rate for CZK (the currency in which I was trying to make a payment) after 1 tenth. From set range 25,525 – 25,541 my payment was declined. Otherwise, it passed. Rounding precision was set to 1.I put it in the Excel table if you would be interested in.
https://shop.behindthestars.net/wp-content/uploads/2018/05/declined_range.xlsxFor now, I am going to turn off rounding, it seems like it’s working correctly then.
Via Paypal, it works without problems.
I found a little bug in the fees and discounts plugin. When I choose Payment gateway with a fee on the checkout page and then return to Cart, the fee still stays in Cart total table.
Thanks for your help.
Hello ??
Please, make sure to check that shipping rounding. I got into trouble today when implementing a payment gateway. For some mysterious reason payment gateway can’t accept payments that contain not rounded shipping. For example, 4.20 is ok but 4.26 is a problem. ThanksOk, thanks ??