miradoro Posted June 11, 2012 Share Posted June 11, 2012 hi where do i find the module to remove $ next to quantity on shopping cart header? Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 I am using default theme Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 11, 2012 Share Posted June 11, 2012 Hi miradoro, Can you please post a screenshot to display exactly where you're looking to remove this? -Mike Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 hi here is a screencapture of the upper right corner Link to comment Share on other sites More sharing options...
cocothecat Posted June 11, 2012 Share Posted June 11, 2012 You need to change the store currency in the back office Payment > Currencies Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 11, 2012 Share Posted June 11, 2012 You need to change the store currency in the back office Payment > Currencies I don't believe he wants to remove it everywhere, just in that cart block on the home page. Is that correct miradoro? -Mike Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 (edited) ??? i do not think that's the answer....i need to hide the $ sign and price... i notice when i see the code ..this all is under <ul id="header_nav"> <li id="shopping_cart"> <a href="http://mysite.com/order-opc.php" title="Your Shopping Cart">Cart:</a> <span class="ajax_cart_quantity hidden" style="display: inline; ">1</span> <span class="ajax_cart_product_txt hidden" style="display: inline; ">product</span> <span class="ajax_cart_product_txt_s hidden" style="display: none; ">products</span> <span class="ajax_cart_total hidden" style="display: inline; ">$1.00</span> <span class="ajax_cart_no_product" style="display: none; ">(empty)</span> </li> <li id="your_account"><a href="http://oecliterature.com.temppublish.com/my-account.php" title="Your Account">Your Account</a></li> </ul> yes the cart block...i just want to hide it...where is it? Edited June 19, 2012 by miradoro (see edit history) Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 hello? anyone? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 11, 2012 Share Posted June 11, 2012 miradoro, I am looking into this for you, but this forum is a community resource. Please have patience so that we can try to help you resolve this. -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 11, 2012 Share Posted June 11, 2012 Hi miradoro, I looked into this with a couple members of the PrestaShop team, but this would require some pretty complex PHP editing in order to remove it just from that one spot, as the price and currency sign are currently pulled from the same Smarty variable as a single value. -Mike Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 well...can u tell me where this whole section is at? is it a module? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 11, 2012 Share Posted June 11, 2012 well...can u tell me where this whole section is at? is it a module? No, it's not a module. It's part of the code. -Mike Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 where is this code? may i know? Link to comment Share on other sites More sharing options...
miradoro Posted June 11, 2012 Author Share Posted June 11, 2012 never mind... -Miradoro Link to comment Share on other sites More sharing options...
cocothecat Posted June 11, 2012 Share Posted June 11, 2012 Ah Ok, well a possible soloution would be to hardocde the "Your Account" link and then in the admin you can tell the module to show on each page apart from the index. Hardcoding the link however would then require you to either remove that from the module or run a show hide or if statment on it. Link to comment Share on other sites More sharing options...
Recommended Posts