algol.plus
@algolplus on WordPress.org, @algol.plus on Slack
- Member Since: August 7th, 2015
- Website: algolplus.com
- Job Title: Programmer
- Employer: Algol Plus Ltd
Contribution History
algol.plus’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to Get the discount price in a key, on the site WordPress.org Forums:
hi please, use function calculateProduct. more details https://docs.algolplus.com/algol_pricing/helpers/ -
Committed [2878900] to Plugins SVN:
ver 3.4.0 HPOS -
Committed [2878898] to Plugins SVN:
dev fix -
Posted a reply to XLS file directly in the Woocommerce email. Possible?, on the site WordPress.org Forums:
hi Luca Please, re-submit question to https://algolplus.freshdesk.com/ This forum can be used to support only… -
Posted a reply to Export individual orders as xml as they come in, on the site WordPress.org Forums:
You're welcome -
Posted a reply to Export individual orders as xml as they come in, on the site WordPress.org Forums:
You can't configure XML format using "Setup Fields" - you should program it. Please, visit… -
Posted a reply to Export individual orders as xml as they come in, on the site WordPress.org Forums:
hi John You should setup https://docs.algolplus.com/algol_order_export/interface-of-the-status-change-jobs-tab/ and configure https://docs.algolplus.com/algol_order_export/ftp/ gate. But it's pro features. I'm… -
Posted a reply to Strange price for applied discount, on the site WordPress.org Forums:
Could you share the screenshot of the rule? -
Posted a reply to Strange price for applied discount, on the site WordPress.org Forums:
hi please, visit >WooCommerce>Pricing Rules>Settings>Calculations and turn on "Round up totals to match modified item… -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
Open section XLS/CSV and turn off necessary checkbox -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
You're very welcome -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
please, use field "SKU", but add following code to section "Misc Settings" add_filter('woe_get_order_product_value_sku', function ($value,… -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
please, go to >WooCommerce>All Orders, edit the order and share the screenshot of section “Items” -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
try export field "SKU (parent)" -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
please, edit order and share the screenshot of section "Items" -
Posted a reply to Export SKU without variations and attributes, on the site WordPress.org Forums:
Yes. Use section >Setup Fields>Products -
Posted a reply to How do I export immediate category?, on the site WordPress.org Forums:
Hello please, use field "Category" , not field "Full names for categories" -
Posted a reply to Ship to Multiple – extra function not working as expected, on the site WordPress.org Forums:
ok, got it -
Posted a reply to BOGO not used more than once, on the site WordPress.org Forums:
You're welcome -
Posted a reply to BOGO not used more than once, on the site WordPress.org Forums:
try https://demo.algolplus.com/ user demopass demo -
Posted a reply to BOGO not used more than once, on the site WordPress.org Forums:
hello I set same rule and I see correct results in the cart. please, edit… -
Posted a reply to Problem with compatibility, on the site WordPress.org Forums:
HelloStoreFront is default theme for WooCommerce. Please, share the screenshot of the rule. You can… -
Posted a reply to Problem with compatibility, on the site WordPress.org Forums:
hi Do you see same problem if you switch to StoreFront ?just to be sure… -
Posted a reply to Cart is not Empty after checkout complete, on the site WordPress.org Forums:
hiplease, submit ticket to https://algolplus.freshdesk.com/ -
Posted a reply to Plans for Compatibility with High-Performance order storage (COT), on the site WordPress.org Forums:
We've updated public svn. Please, visit https://wordpress.org/plugins/woo-order-export-lite/advanced/ , scroll to bottom and download beta. -
Committed [2872865] to Plugins SVN:
dev update -
Posted a reply to Plugin causing fatal error, on the site WordPress.org Forums:
if you can - please, submit system report as new ticket to https://algolplus.freshdesk.com/Visit >WooCommerce>Status to… -
Posted a reply to Plugin causing fatal error, on the site WordPress.org Forums:
Thank you.PHP version ? 7.4 ? 8.1?When do you see this error ? at checkout… -
Posted a reply to Plugin causing fatal error, on the site WordPress.org Forums:
Hello Could you share full error message ? please visit >WooCommerce>Status>Logs and select "fatal-error-today" file. -
Committed [2872185] to Plugins SVN:
new icons -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
What theme do you use , btw? -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
the plugin requires 4.7 I think one of active plugins breaks js try to use… -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
so js or css was broken by another plugin .please, use DevTools to find exact… -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
Do you see buttons at bottom ( below Setup Fields) ?I refer to https://docs.algolplus.com/wp-content/uploads/64.png -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
Please, use browser to check JS errors. Short guide – https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis -
Posted a reply to Basic Calculations from custom fields, on the site WordPress.org Forums:
forum replaced - with –Use return (float)$product->get_width() - 40; -
Posted a reply to Plans for Compatibility with High-Performance order storage (COT), on the site WordPress.org Forums:
HelloWe already started work, but it's quiote complex.So please submit ticket to https://algolplus.freshdesk.com/ and we'll… -
Posted a reply to Customer Emails ids are missing in the exported file, on the site WordPress.org Forums:
HelloThis field is empty for guests. Please, use Email(Billing) , section "Billing Address". -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
Right-click the page , click on “View Page Source” and scroll to bottom.Will you see… -
Posted a reply to Export order tracking id, on the site WordPress.org Forums:
Thank you! I've updated code to use class name WC_Advanced_Shipment_Tracking_Actions -
Posted a reply to Export order tracking id, on the site WordPress.org Forums:
Hi please, read this article https://algolplus.freshdesk.com/support/solutions/articles/25000022099-woocommerce-shipment-tracking-by-woocommerce -
Posted a reply to Field exports no option, on the site WordPress.org Forums:
Hello 1. Please, visit >WooCommerce>Status>Logs and review "fatal-error-xxx" for today. 2. Please, use browser to… -
Posted a reply to Basic Calculations from custom fields, on the site WordPress.org Forums:
Please, try return (float)$product->get_width() - 40; -
Posted a reply to Basic Calculations from custom fields, on the site WordPress.org Forums:
hi please, use this code in "MIsc Settings"add_filter('woe_get_order_product_value_width', function ($value, $order, $item, $product,$item_meta) {return (float)$value… -
Posted a reply to Discount based on quanitity but not for first item, on the site WordPress.org Forums:
Hello Please review 2nd example in section https://docs.algolplus.com/algol_pricing/product-discounts-help/#s2 -
Posted a reply to Virtual Product orders don’t get exported, on the site WordPress.org Forums:
Hi could you submit your settings as new ticket to help desk https://algolplus.freshdesk.com/ ? visit… -
Posted a reply to Order Date is not correct., on the site WordPress.org Forums:
Hi please, submit your settings as new ticket to https://algolplus.freshdesk.com/ use tab Tools to get… -
Posted a reply to Uncaught Error: Call to a member function asXML() on null, on the site WordPress.org Forums:
You're very welcome -
Posted a reply to Uncaught Error: Call to a member function asXML() on null, on the site WordPress.org Forums:
Hi You have a problem with custom code added to section “Misc Settings”. You can… -
Committed [2864228] to Plugins SVN:
draft icons added
Developer
-
Advanced Dynamic Pricing for WooCommerce
Active Installs: 20,000+
-
Advanced Order Export For WooCommerce
Active Installs: 100,000+
-
Advanced Wishlist for WooCommerce
Active Installs: Less than 10
-
Phone Orders for WooCommerce
Active Installs: 2,000+