wonderg Posted December 12, 2010 Share Posted December 12, 2010 hi im currently using black and white theme. I'm editing the websites, and i cant find what file to edit this SHIPPING page. i think this is where the customers will chose the type of carrier. but i only will allow one carrier to deliver the product. what file should i edit to have what i want.???? the attached file is the page which i want to edit.. Link to comment Share on other sites More sharing options...
razaro Posted December 12, 2010 Share Posted December 12, 2010 It is order-carrier.tpl in your theme folder. Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 hello again!! heheum, i tried to open it, and i don't know what to edit for me to have only two methods in deleivery, meet-up and carrier service(named LBC)could you please help me to edit this code....? Link to comment Share on other sites More sharing options...
razaro Posted December 12, 2010 Share Posted December 12, 2010 You can disable carriers you don't want in Back Office >> Shipping >> Carriers.Think that is better then editing code in foreach loop{foreach from=$carriers item=carrier name=myLoop} Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 i did disable from BO as what you said, but still same problem appears. please see the attached file below.. Link to comment Share on other sites More sharing options...
razaro Posted December 12, 2010 Share Posted December 12, 2010 Try if the same is happening for default theme.Then search a forum for that error message think you should find solution.Something about setting shipping option and zones. Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 yes, im checking the settings first in BO for states and countries, because it says "There is no carrier available that will deliver to this address!" Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 i think "<input type="radio" class="radio" name="id_carrier" value="{$carrier.id_carrier|intval}" id="id_carrier{$carrier.id_carrier|intval}" {if $carrier.id_carrier == $checked || ($checked == 0 && $i == 0) || ($carriers|@sizeof == 1)}checked="checked"{/if} />" this code is the part where the available carriers shows, but for me, nothing showed and says in white color "There is no carrier available that will deliver to this address".. i checked the BO settings, and i even tried to created my own zone which will only contain the country which i want to able the carrier service, but still not working.. same results...... Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 i solved.. there were no errors in the codes or program. its just that the address which i typed doesn't have any house number.... when i typed #1, it works fine...................................... Link to comment Share on other sites More sharing options...
wonderg Posted December 12, 2010 Author Share Posted December 12, 2010 i got other problem.. i want to have two choices, but only one appears.. i did same to "meet-up" and "carrier service" but only meet-up appears.. they both have same ranges.... 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