Trying to add a new real time shipping system to an existing, older (4.2.x) version of X-Cart and I can not figure out how to implement it properly. Plan is to put the lookup into a new shipping/mod_*.php file and from what I can tell merge $intershipper_rates with the response I get from the rating API. I just don't know how to reliably integrate it nor if I need to manually add anything into the database to make it work properly. There doesn't seem to be any reference material or documentation for the older version I can easily access to figure it out, either. If anybody can give me a hand wrapping my head around this, I'd appreciate it.
Adding a new real-time shipping system to older X-Cart
101 Views Asked by Jason At
1
There are 1 best solutions below
Related Questions in X-CART
- X-Cart 404 Page not found
- PHP shopping cart
- Xcart: Using ajax calls in template - 403 Forbidden Error
- amp-boilerplate is not working
- specific file for leverage browser caching
- Greek language - X Cart
- Can we use multiple currency type in a website using X-Cart
- Add forced login functionality in x-cart
- "order lost" in X-Cart in return section of payment module
- XCart Checkout Steps
- xcart number_conv.php got virus?
- X-Cart 5.5 function getFirstname() on null
- How to retrieve coupon information in X-Cart 5.5
- MySql Grouping a Group
- getting an error msg while using file_get_contents()
Related Questions in SHIPPING-METHOD
- Get orders shipping items details in WooCommerce 3
- Get label name from product WooCommerce shipping class Id
- How do I update the shipping options at checkout in BigCommerce
- Auto assign shipping class to WooCommerce Variation based on attribute
- Change Shipping method label name depending on its cost in WooCommerce
- Filter "woocommerce_cart_contents_weight" not applied for shipping weight
- Disable shipping methods having a specific word and based on a shipping class in WooCommerce
- WooCommerce change status for BACS orders based on specific shipping methods
- Hide shipping methods for some shipping classes in WooCommerce
- How to show products of a WooCommerce shipping class using shortcode?
- Why woocommerce_checkout_update_order_review hook gives previous shipping total?
- UPS Third Party Billing In Shipment API
- Hide WooCommerce Displayed Shipping Cost When Local Pickup is Selected
- Change WooCommerce specific shipping method cost based on cart subtotal
- How to obtain Evri (Hermes) API credentials
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In the code below replace the 'CPC' substring with your new shipper code.
1) Create functions like
in a new file like shipping/mod_CPC.php
2) Change the array
in the shipping/myshipper.php
3) Add a row to the shipping options table
4) Add possible shipping methods in the xcart_shipping table