Nabahat Posted February 10, 2016 Share Posted February 10, 2016 (edited) Anyone . . . . Plz help me accomplish doing this in Prestashop 1.6.1.4 There are two conditions: ($order_contains_product_category_veg == true and $rest_of_product_category_value < '500' and $order_contains_veg_value < '120') or ($order_contains_product_category_veg == false and $rest_of_product_category_value < '500') if any of the above true, there is delivery charges, else delivery charges is zero. if (($order_contains_product_category_veg == true and $rest_of_product_category_value < '500' and $order_contains_veg_value < '120') or ($order_contains_product_category_veg == false and $rest_of_product_category_value < '500')) { $delivery_charges = '20'; $displayItInCart('A message.'); } else { $delivery_charges = Free; $displayItInCart('A message.Your eligible for Free Delivery'); } Which files to modify or any other method? Edited February 11, 2016 by Nabahat (see edit history) Link to comment Share on other sites More sharing options...
Nabahat Posted February 11, 2016 Author Share Posted February 11, 2016 Anyone??????????? Link to comment Share on other sites More sharing options...
Nabahat Posted February 12, 2016 Author Share Posted February 12, 2016 No one here capable of doing Custom Delivery Charges changes in PS!!?? Link to comment Share on other sites More sharing options...
Nabahat Posted February 14, 2016 Author Share Posted February 14, 2016 ?? Link to comment Share on other sites More sharing options...
Nabahat Posted February 15, 2016 Author Share Posted February 15, 2016 Link to comment Share on other sites More sharing options...
Nabahat Posted March 19, 2016 Author Share Posted March 19, 2016 Still no one capable of this here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now