teoB_Glar Posted June 28, 2013 Share Posted June 28, 2013 Hi, I wasn't able to find a solution to similar topics so I started a new one. When a customer adds a product at his cart, He is able to see summary details of his cart when he hovers the mouse above the block. By default this block displays as suggested choice of shipping the cheapest one from my carriers. (for example it constantly displays "free shipping" because of the shop pickup). Is there any way to display there, only one carrier from my 4. for example the one with id 3, even if is not the cheapest method? What file do I need to edit? I'm using prestashop 1.5.4.1 if it matters with default theme. thanks in advance, best regards 1 Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2013 Share Posted June 28, 2013 under the shipping > carriers you can define default carrier: if you define other carrier, not related to the "pickup in the store" it should work as you expect 1 Link to comment Share on other sites More sharing options...
teoB_Glar Posted June 28, 2013 Author Share Posted June 28, 2013 under the shipping > carriers you can define default carrier: if you define other carrier, not related to the "pickup in the store" it should work as you expect thanks a lot, that was the case. Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2013 Share Posted June 28, 2013 you're welcome im going to mark this thread as [solved] regards Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 1, 2013 Share Posted July 1, 2013 Mod Action- Posted in PrestaBox forum, Moved to English>Configuration and using PrestaShop Link to comment Share on other sites More sharing options...
Randaal Posted November 4, 2013 Share Posted November 4, 2013 This didn't help in my case. I have set another carrier as default and the price is still showing. I have solved it temporarily by setting a term in translation of this module but still it would be much better to not show the price at all. Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 can you show how it works now? please share url to your store Link to comment Share on other sites More sharing options...
Randaal Posted November 4, 2013 Share Posted November 4, 2013 http://www.obchod.nicha.czNow it says "Shipping Depends on carrier" so there is still shipping mentioned but because I have my shop only in Czech so there will be no one who would see the original text Link to comment Share on other sites More sharing options...
Randaal Posted November 5, 2013 Share Posted November 5, 2013 I found the solution and I just want to ask if it is done without any harm to the rest of the code: in shop/themes/default/modules/blockcart i have deleted following lines <span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span> <span>{l s='Shipping' mod='blockcart'}</span> In my case there are no problems visible and the shipping price does not show in the default upper right cart summary Link to comment Share on other sites More sharing options...
Carrieg Posted November 20, 2013 Share Posted November 20, 2013 Randaal, I am not an expert in any of this whatsoever, but I cam across this thread because I wanted to do exactly what you want to do. That code change will work (I tried it) The only thing is that once the customer logs in, the shipping will be added to the cart block total, but the shipping line won't display, which could be confusing for the customer. In another thread, someone suggested commenting out those two lines but also said: Next you will need to edit the following line (same file) <span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span> Change this to <span id="cart_block_total" class="price ajax_block_cart_total">{$product.total}</span> That kept the shipping for being added in, however, it caused different problems (for me at least) The cart block toal displays as the value of the last item added to the cart if I click on any link after adding more than one item to the shopping cart This is the thread: http://www.prestashop.com/forums/topic/275100-remove-shipping-cost-from-cart-module/ Perhaps I will try the translation solution - someone else had suggested that also Link to comment Share on other sites More sharing options...
samuel89 Posted December 27, 2013 Share Posted December 27, 2013 Randaal, I am not an expert in any of this whatsoever, but I cam across this thread because I wanted to do exactly what you want to do. That code change will work (I tried it) The only thing is that once the customer logs in, the shipping will be added to the cart block total, but the shipping line won't display, which could be confusing for the customer. In another thread, someone suggested commenting out those two lines but also said: Next you will need to edit the following line (same file) <span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span> Change this to <span id="cart_block_total" class="price ajax_block_cart_total">{$product.total}</span> That kept the shipping for being added in, however, it caused different problems (for me at least) The cart block toal displays as the value of the last item added to the cart if I click on any link after adding more than one item to the shopping cart This is the thread: http://www.prestashop.com/forums/topic/275100-remove-shipping-cost-from-cart-module/ Perhaps I will try the translation solution - someone else had suggested that also apparently it got something to do with the ajax cart being turned on.. 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