• Defix

    (@defix)


    Amount saved displaying in cart page even it not allowed in setting page. And aslo translation “Ammount saved” in car page for other language is totally wrong!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author algol.plus

    (@algolplus)

    Could you share your settings ?
    Visit >Pricing Rules>Tools>Backup, select “options” in dropdown and copy this text.

    Thread Starter Defix

    (@defix)

    {
    "show_unmodified_price_if_discounts_with_coupon": true,
    "show_matched_bulk": false,
    "show_matched_cart_adjustments": false,
    "show_matched_get_products": false,
    "show_matched_adjustments": false,
    "show_matched_deals": false,
    "show_matched_bulk_table": true,
    "show_category_bulk_table": false,
    "show_striked_prices": false,
    "show_onsale_badge": true,
    "limit_results_in_autocomplete": "25",
    "rule_max_exec_time": "5",
    "rules_per_page": "50",
    "support_shortcode_products_on_sale": false,
    "support_shortcode_products_bogo": false,
    "show_cross_out_subtotal_in_cart_totals": false,
    "bulk_table_calculation_mode": "only_bulk_rule_table",
    "combine_discounts": false,
    "default_discount_name": "Kupong",
    "combine_fees": false,
    "default_fee_name": "Tasuta",
    "default_fee_tax_class": "",
    "enable_product_html_template": false,
    "price_html_template": "{{price_html}}",
    "initial_price_context": "nofilter",
    "do_not_modify_price_at_product_page": false,
    "discount_table_ignores_conditions": false,
    "use_first_range_as_min_qty": false,
    "force_displaying_variation_price": false,
    "show_message_after_add_free_product": false,
    "message_template_after_add_free_product": "Added {{qty}} free {{product_name}}",
    "is_calculate_based_on_wc_precision": false,
    "replace_price_with_min_bulk_price_category": false,
    "replace_price_with_min_bulk_price_category_template": "From {{price}} {{price_suffix}}",
    "uninstall_remove_data": false,
    "update_prices_while_doing_cron": false,
    "update_prices_while_doing_rest_api": false,
    "suppress_other_pricing_plugins": false,
    "allow_to_exclude_products": true,
    "create_blank_rule": false,
    "show_debug_bar": false,
    "discount_for_onsale": "compare_discounted_and_sale",
    "is_override_cents": false,
    "prices_ends_with": "99",
    "hide_coupon_word_in_totals": false,
    "individual_wc_coupon_suppress_coupons": false,
    "process_product_strategy": "when",
    "process_product_strategy_after_use_price": "first",
    "is_enable_cart_amount_saved": false,
    "is_enable_minicart_amount_saved": false,
    "is_enable_checkout_amount_saved": false,
    "is_enable_backend_order_amount_saved": false,
    "external_cart_coupons_behavior": "apply",
    "external_product_coupons_behavior": "apply",
    "disable_external_coupons": "dont_disable",
    "load_in_backend": false,
    "replace_price_with_min_bulk_price": false,
    "replace_price_with_min_bulk_price_template": "From {{price}} {{price_suffix}}",
    "disable_shipping_calc_during_process": false,
    "dont_recalculate_cart_on_page_load": false,
    "support_persistence_rules": false,
    "external_coupons_behavior": "apply",
    "readonly_price_for_free_products": false
    }
    Thread Starter Defix

    (@defix)

    Image settings and cart page here: https://postimg.cc/YjfMy58L

    Plugin Author algol.plus

    (@algolplus)

    Thread Starter Defix

    (@defix)

    I switched to default theme and same story.
    Disappears only if ADP discount is turned off
    Staging site here: https://adp.veebiteenus.eu/

    Plugin Author algol.plus

    (@algolplus)

    please, submit json report as new ticket to https://algolplus.freshdesk.com/

    You should visit >Pricing Rules>Tools to get it .

    but we’ll reply only tomorrow

    Plugin Author algol.plus

    (@algolplus)

    Hello

    I’m sorry for delayed reply.
    Our plugin shows amount saved in the cart totals, not near the each cart items.

    But block-based cart(default for WooCommerce) shows this badge for each item.
    You can use this css to hide it, run Customzer and put following text in “Additional CSS”

    .wc-block-cart-item__product .wc-block-components-product-badge{display:none}

    • This reply was modified 2 months ago by algol.plus.
Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.