Closed (works as designed)
Project:
Commerce Ajax Add to Cart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2018 at 22:54 UTC
Updated:
8 Apr 2018 at 05:58 UTC
Jump to comment: Most recent
Comments
Comment #2
mimalef70 commentedComment #3
subhojit777See the
$shippingin https://cgit.drupalcode.org/dc_ajax_add_cart/tree/templates/dc-ajax-shop...You can do that creating a flag for order > $10 or < $10. And according to the flag, you can print the shipping info in the template. You will have to copy the template in your subtheme and make changes.