vanurag
vanurag

Reputation: 297

Add FedEx Shipping in drop down prestashop shopping cart

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

Here I want to see the FedEx Shipping as a Drop Down

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

Answers (1)

Serge P
Serge P

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

Related Questions