aprokaev
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Dynamic Pricing and Discount Rules for WooCommerce] Sale Ribbonhi
Usually active theme shows sale badge. What theme do you use now ?
hi
WooVirtualWallet by Longwatchstudios is not free plugin.
Could you submit it (zip file) as new ticket to https://algolplus.freshdesk.com/ ?but I can’t promise quick results as we already have pending tasks for this week.
thanks, Alex
I saw your settings, thank you!
We’ll reply tomorrow.Hello
1. Don’t worry about demo, it’s impossible to hack it.
We allowed visitors to test features of our another plugin (Phone Orders), so “demo” user can add products/posts, even with title “hacked”.
2. >>It is unexpected that a pricing/discount plugin does not allow correct price-based product sorting
It’s common problem for WooCommerce pricing plugins.
You can check our competitors.
We don’t have ready solution too.3. We can fix product sorting for simple “Product discount” rules .
Submit your rules as new ticket our helpdesk and we’ll prodive updated version for tests next week.Hello
We can’t modify “wc_product_meta_lookup.min_price” directly , as product price can depend on role or cart contents (for example, category discount only if cart totals>100 ).
But if your rules use only “Product filter” + “Product discount” (supported by shortcode [adp_product_onsale]) – we can implement correct sorting via hook “woocommerce_get_catalog_ordering_args”.
Please submit your rules (json text) as new ticket to https://algolplus.freshdesk.com/
Use >WooCommerce>Pricing Rules>Tools>Backup to get it.For those who need a grouped report by products and selected attributes, you should add the following code to the “Misc Settings” section (below).
add_filter( "woe_summary_products_adjust_key", function($key, $product, $product_item, $order, $item ){
return $key . $item['product_variation'] ;
},10,5);- This reply was modified 5 months, 2 weeks ago by aprokaev.
hello
You don’t need “Summary Report By Products”.
Just disable this mode and use >Setup Fields>Common>Order Number field.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Little Glitch In Our ExportThis issue only affects clients using this PHP code.
https://docs.algolplus.com/algol_order_export/developers-algol_order_export/code-samples-developers-algol_order_export/export-products-as-columns/We had to update module used to generate Excel files, so now columns position starts at 1 (previously it was 0).
For whom having same problem – please modify this code and replace
$formatter->objPHPExcel->getActiveSheet()->setCellValueByColumnAndRow( $pos+$this->headers_added, 1, $text );with
$formatter->objPHPExcel->getActiveSheet()->setCellValueByColumnAndRow( $pos+$this->headers_added+1, 1, $text );- This reply was modified 6 months ago by aprokaev.
You made small typo in email , but I hope you will get my replies.
Hi
I have to review Addons plugin at first.
but “YITH WooCommerce Product Add-ons & Extra Options Premium” is paid plugin.
Could you submit this plugin ( zip file) as new ticket to https://algolplus.freshdesk.com/support/tickets/new ?
Please share url of membership product too.Thank you for detailed description,
AlexForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Little Glitch In Our Exporthello
could you submit your settings as new ticket to our helpdesk?
visit tab Tools to get them.
We have some pending tasks, so we won’t reply immediately.
Thank you, we’ll reply asap
We can’t repeat this problem still.
Could you submit .json report to https://algolplus.freshdesk.com/ ?
Please visit >Pricing Rules>Tools and click button “Get system report” to get it.hi
You should use range “Since last run”.
Page https://algolplus.freshdesk.com/support/tickets/new works ok now.
You’re welcome