Search the Community
Showing results for tags 'carrier module'.
-
Hi, I am developing a carrier module and using API call to get carrier cost from Bigpost Shipping, i am getting results from bigpost using api call but the problem is request taking too much time to get results, my code's are public function carrierCost($id_address){ $cart...
-
- carrier module
- shipping module
-
(and 2 more)
Tagged with:
-
Hi, i am just a beginner and i try to create my own carrier module. So far its cool but i stack at this point. I know i can return any integer at "public function getOrderShippingCost($params, $shipping_cost)" as my shipping price. My problem is i have 3 carrier and i want a different cost each carr...
- 2 replies
-
- different shipping cost
- shipping cost
-
(and 1 more)
Tagged with:
-
As I understand it, the USPS Carrier Module is supposed to be included in the initial installation of Prestashop (I installed version 1.6.1.4). I have read various forms, searched all throughout my Prestashop Back Office, especially thoroughly searching through my Modules. How can I find th...
- 8 replies
-
- default modules
- carrier module
-
(and 5 more)
Tagged with:
-
I want to make it possible for a customer to select a drop point for certain carriers. It should be a link that opens a popup with the possible drop points. I have a (finally) working custom carrier module that is "needs_range" and implements getOrderShippingCost, as this seemed to be the simplest w...
-
Hi community . I've read and look through the code reported in the following tutorial http://doc.prestasho...d+configuration but it seems that there is no possibility to bind a predefined carrier with a module to enable a custom shipping cost calculation. Is it true? By the way my custom calculat...
-
I am currently developing a carrier module for Kuroneko which is a door-to-door Japanese delivery company. This carrier, along with the weight, takes the size of the box into consideration. But it doe not use the volume, it would be too easy. It uses the sum of the three dimensions (height, weight a...