weraw Posted April 1, 2010 Share Posted April 1, 2010 Hi,I have made a carrier and want to show it only for companys. If the coustemer has enter the company name when they registred then they only should see the carrier that is for companys. Link to comment Share on other sites More sharing options...
weraw Posted April 2, 2010 Author Share Posted April 2, 2010 Anyone????? Link to comment Share on other sites More sharing options...
weraw Posted April 3, 2010 Author Share Posted April 3, 2010 anyone with ides/tips how to fix my problem? Link to comment Share on other sites More sharing options...
rocky Posted April 4, 2010 Share Posted April 4, 2010 See my post here for how to pass the address to the carrier step. Then add code like the following after line 62 (the foreach) in order-carrier.tpl in your theme's directory: {if $carrier.id_carrier|intval != 3 OR ($carrier.id_carrier|intval == 3 AND $address->company)} and the following before line 84 (the closing foreach): {/if} Change the 3 to the ID of the carrier you want hidden when the company is missing. This code will not display carrier 3 if no company is provided. I haven't tested this code, so you may need to play around with it for it to work how you like. Link to comment Share on other sites More sharing options...
weraw Posted April 8, 2010 Author Share Posted April 8, 2010 Hi Do you have any support on the one page check out because i am using one page checkout and order.php is not as the orginal in prestashop and same with order-carrier.tpl Link to comment Share on other sites More sharing options...
rocky Posted April 8, 2010 Share Posted April 8, 2010 I'm not familar with the one-page checkout code. I can only help with issues related to the default Prestashop code, modules I have developed and modules that I have used. You are better off asking the author of the one-page checkout module. Link to comment Share on other sites More sharing options...
weraw Posted April 9, 2010 Author Share Posted April 9, 2010 Allright thx anyway Link to comment Share on other sites More sharing options...
Recommended Posts