algol.plus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] bank feesYou’re welcome
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] bank feesif you fail to export these details – share exact names Stripe/PP plugins which you use .
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] bank feesplease scroll to top
and turn off “Summary reports by customer “
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] bank feesHello
please use >Setup Fields>Common>Add Field and seek for necessary key in the dropdown.
Please, visit >Pricing Rules>Settings>Calculation and set “Discount sale price” in 1st dropdown.
please, adapt this code
add_action('woe_summary_products_add_item',function ($key, $item, $order) {
$address = $order->get_billing_address_1();
$address = str_replace(',',',',$address);
if( empty($_SESSION['woe_summary_products'][$key]['customers_list']) )
$_SESSION['woe_summary_products'][$key]['customers_list'] = array();
$_SESSION['woe_summary_products'][$key]['customers_list'] []= $address;
},10,3);
add_action('woe_summary_before_output' , function() {
foreach($_SESSION['woe_summary_products'] as $key=>$data) {
natsort($data['customers_list']);
$_SESSION['woe_summary_products'][$key]['customers_list'] = join( "|", $data['customers_list']);
}
});hi BG
I installed this theme and setup rule 20% https://snipboard.io/N1kiUl.jpg
I don’t see any errors at category page https://snipboard.io/zyOneb.jpg>>But I figured out the problem is only on pages that contain product loops (Home, Shop, Categories, etc)
Please, decribe your problem in details (using screenshots or video).
You can submit ticket to https://algolplus.freshdesk.com/thanks ,Alex
ok, got it
Have you solved the problem ?
Hi
We need to know exact error message.
Could you visit >WooCommerce>Status>Logs and review “fatal-error-xxx” for today ?hello
Please open >Pricing Rules>Settings>Product Price.
is option “Show unmodified price if product discounts added as coupon” OFF?Do you see section >Pricing Rules>Settings>Category ?
if Yes – you try use these settings https://snipboard.io/2JtjOu.jpgFree plugin just sorted items by cost , got 54,48,42,36.
and product filters selected 54+48(zero) and 42+36(zero)You need this rule https://docs.algolplus.com/algol_pricing/bogo-discount-help/#b4
Look extra selectors in below product qty
at screenshot https://docs.algolplus.com/wp-content/uploads/bogo9-1.pngBut it requires pro version.
We provide this version If you submit ticket to https://algolplus.freshdesk.com/Hello
- turn on checkbox “Summary report by products”
- follow to https://docs.algolplus.com/algol_order_export/add-calculated-field-for-product/
add key customers_list
use this code https://gist.github.com/alexv66/84e91ef89fb0933800b758f7773b4c57
I think you must tweak it.
$order is https://woocommerce.github.io/code-reference/classes/WC-Order.html- This reply was modified 1 year, 9 months ago by algol.plus.
- This reply was modified 1 year, 9 months ago by algol.plus.
- This reply was modified 1 year, 9 months ago by algol.plus.
Outdated versions don’t support HPOS mode .
The problem was solved by updating the plugin.
- This reply was modified 1 year, 9 months ago by algol.plus.
yes, please do it