X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   The Display Order of Shipping Carriers (https://forum.x-cart.com/showthread.php?t=60339)

Mr. G 03-14-2012 02:47 PM

Re: The Display Order of Shipping Carriers
 
I implemented Steve's change in post #6. It works perfectly in 4.4.5 and post #10 is not necessary in 4.4.5. That pull-down box disappears after I made the change in post #6.

clubbuilder1 04-02-2012 10:38 AM

Re: The Display Order of Shipping Carriers
 
Quote:

Originally Posted by cflsystems
For 4.4.3 add this

Code:

define('ALL_CARRIERS',1);

to this file

include/func/func.shipping.php

just below

Code:

define('SHIPPING_SYSTEM', 1);


Steve, this file does not exist in my version (include/func/func.shipping.php). I too am having the same problems as the other users here and would like to display both shipping methods together as well (without the drop-down). Any suggestions?

cflsystems 04-02-2012 01:37 PM

Re: The Display Order of Shipping Carriers
 
Quote:

Originally Posted by clubbuilder1
Steve, this file does not exist in my version (include/func/func.shipping.php). I too am having the same problems as the other users here and would like to display both shipping methods together as well (without the drop-down). Any suggestions?


In 4.1.x this is completelly different and requires changes to few files, look in the thread earlier for how to do in 4.1.x

clubbuilder1 04-02-2012 05:46 PM

Re: The Display Order of Shipping Carriers
 
The solution for my cart version was found here: http://forum.x-cart.com/showpost.php?p=158288&postcount=59

So far it appears to be working although some of the code was located in different spots.

earlgreg 04-02-2012 06:47 PM

Re: The Display Order of Shipping Carriers
 
I would like to add (in case no one else already has) that this method also works in X-Cart 4.4.4. I have been looking for a way to do this for months. Why didn't I search the forums sooner? I don't know, but I'll remember this before I rack my brains on the next problem.

Thomasb134 04-06-2012 07:29 PM

Re: The Display Order of Shipping Carriers
 
I just applied the patch exactly (as explained in post #6) to V4.4.5 and it works great. Thanks!

dunpeal 04-17-2012 09:54 PM

Re: The Display Order of Shipping Carriers
 
this does not work in 4.4.2

cflsystems 04-17-2012 10:05 PM

Re: The Display Order of Shipping Carriers
 
No it doesn't. It works on 4.4.3 and up. Versions before 4.4.3 need more changes in few files

dunpeal 04-18-2012 06:20 AM

Re: The Display Order of Shipping Carriers
 
ahh i see, steve do you think you could give me some direction on how to do this ? Thanks!

cflsystems 04-18-2012 09:28 AM

Re: The Display Order of Shipping Carriers
 
Files may have a little bit different code but the logic is the same - http://forum.x-cart.com/showpost.php?p=158288&postcount=59


All times are GMT -8. The time now is 08:24 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.