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
- How to retrieve coupon information in X-Cart 5.5
- X-Cart 5.5 function getFirstname() on null
- X-Cart 5.5.1 module archive structure
- X-Cart version 4.0 - password reset via phpmyadmin
- Specify Multiple Images for a Product in an X-Cart File
- "error": "invalid_grant", "error_description": "Bad Request" when i am trying to login with gmail
- Exporting orders to .xslx file in X-Cart 5 from terminal
- Xcart 4 - static page content working when added to help menu but not on home page
- is it safe to delete x-cart cache files?
- Xcart - How to delete rows from table in Xcart
- Slow x-cart cart page
- PayPal Website Payments Pro: Express Checkout: How to Hide "Purchase Details" in Paypal?
- Xcart classic - Products randomly appearing disappearing from the cart
- How can i fix X-cart product page ? Product page is blank
- X-Cart 4.6 Error submitting data to new table in db
Related Questions in SHIPPING-METHOD
- Add the delivery time to WooCommerce displayed shipping methods based on cart items stock status
- Conditional shipping rates based on cart subtotal working with WooPayments currency conversion
- Is there a way to display a custom message when the postal code entered is not covered by any shipping zone in woocommerce?
- How to add a custom shipping method programmatically?
- How can I include and use USPS shipping module in my Broadleaf React Starter application
- Change Shipping method will throw out exception in Shopware6, although id exists in database
- How to update SalesChannel correctly in Shopware6
- Set Free Shipping as Default and Cart Total Should Not Include The Shipping Fee in WooCommerce
- Unset Specific Shipping Rate When Free Shipping Rate is Available for 2 Shipping zones
- Hide other shipping methods if specific one is present in WooCommerce
- How can I prevent error 401 when making a DHL tracking request?
- Woocommerce Free shipping per category
- I'm trying to add a custom message when the customer selects a specific shipping method on the checkout page
- Display shortcode content based on the chosen shipping method in WooCommerce cart and checkout
- is there any solution to do API rejection in WooComerce Distance rate shipping?
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 # Hahtags
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