Reputation: 297
I am using FedEx shipping in prestashop and the shipping is showing in a TABLE as Radio Buttons.
I want to display this shipping as a Drop Down and that in the Shopping Cart table just below the last product in the cart list.
Please see the image below
What I have done is simply included the order-carrier.tpl file to the place where I wanted it to display but this works when a page loads and as soon I change the shipping options from the list every things gets blank and distorted.
{include file="$tpl_dir./order-steps.tpl"}
I understand that this is not the right way. I need HOOK it from where . Really I don't know how to this. I am a beginner prestashop user .
Please help/ guide me.
Upvotes: 0
Views: 156
Reputation: 1863
There are no default hooks in that place, so you can create new and use it in your module. OR check order-carrier.tpl in your theme folder, there default hooks, you can use this code.
Upvotes: 0