Jump to content

Search the Community

Showing results for tags 'carrier module'.

  • Search By Tags

    • carrier module ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 9 results

  1. Hello everyone, I'm trying to create a module that will add two things to my shop: A Wallet that contains each customer's digital products (not downloads, but keys, licenses, etc.) A Carrier that handles storing those digital products in the customer's wallet after he buys them....
  2. 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...
  3. 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...
  4. 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...
  5. Hello everyone, I am the happy owner/developer of a Japan-based e-commerce website. I would like my customers to be able to use the Kuroneko carrier service http://www.kuronekoyamato.co.jp/en/ . The problem is that Kuroneko calculates its fees not according to the weight, but according to th...
  6. 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...
  7. I have a strange problem with a new module I develop. The module install's a new carrier. I want to use the default prestashop's configuration for shipping. That means in the back office the admin can enter the prices, weights etc like a normal carrier. The problem is that when I put price, the...
  8. 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...
  9. 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...
×
×
  • Create New...