aprokaev
Forum Replies Created
-
hi James
We made a lot of changes in this version . We’ll fix the issue asap.
Unfortunately, our plugin doesn’t allow to setup this repeatable discount , so
You have to setup separate rules
for 50 https://snipboard.io/AaSlTg.jpg
for 100 https://snipboard.io/rLIhdg.jpg
and so on
hello
I don’t see any attachments.
Please , share screenshot of the rule (for example, via https://snipboard.io/ ).You’re welcome
if you can’t find error – submit your settings as new ticket to https://algolplus.freshdesk.com/
Or submit your settings as new ticket to https://algolplus.freshdesk.com/
please use tab “Tools” to get them
Hello
please, open section “Misc Settings” and review PHP code.
There’s the error in line 17
Hello
Please open >Setup Fields>Shipping Address and use fields “State Name” and “Country Name” .
“State Code” and “Country Code” display abbreviations.
- This reply was modified 1 year, 3 months ago by aprokaev.
You’re welcome
Another plugin (or active theme ) can override modified prices.
Please submit system report to https://algolplus.freshdesk.com/
Visit >WooCommerce>Pricing Rules>Tools to get it.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problems with the latest versionHello
Can you submit ticket to https://algolplus.freshdesk.com/ ?
I will provide fixed version for tests.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problems with the latest versionhello
Can you disable “Export refunds” in section “Filter by Order” ?
Will new version work quick too ?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Problems with the latest versionHello
Could you share your settings ? visit tab “Tools” to get them.
You’re welcome
please add this code to functions.php
add_action('admin_head',function () {
echo '<style>
#export-block-right > div:nth-child(9) {display:none}
#export-block-right > div:nth-child(13) {display:none}
#export-block-right > div:nth-child(15) {display:none}
</style>';
});