MotyF Posted November 15, 2015 Share Posted November 15, 2015 (edited) Hi . I need display some text (with ajax) if order total is more than $500 (like: Free shipping !!) If order total is less than $500 want show other text like "buy more". This text I want to put in the module blocktopmenu. Thanks Edited November 15, 2015 by MotyF (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted November 16, 2015 Share Posted November 16, 2015 If you want to put it in the top menu, I think you have no other chance but override blocktopmenu.php, hookDisplayTop, and assign $this->context->cart->getOrderTotal(); as the total amount of the current cart 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