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)
-   -   Sorry, there are no available shipping methods for your loca (https://forum.x-cart.com/showthread.php?t=7982)

Zak 06-07-2004 07:40 PM

Sorry, there are no available shipping methods for your loca
 
I may be missing it, but I've read the forum far and wide and can't find much on this text that shows up if a customer has not registered yet and goes to checkout.

If it must be there, I would much rather it say something like "Your shipping will be calculated after registration" than "Sorry, there are no available shipping methods for your location.:
anonymous"

This gives the new customer the idea that shipping isn't offered to their location and they leave... Can anyone tell me the location of this text so I could edit it? Thanks in advance.

shan 06-08-2004 02:44 AM

Code:

{$shipping_calc_service} {$lng.lbl_err_shipping_calc}

<FONT class="ErrorMessage">{$shipping_calc_error}</FONT>

{/if}
{if $shipping eq "" and $need_shipping}
<FONT class="ErrorMessage">{$lng.lbl_no_shipping_for_location}:</FONT>


theres some of the code that shows it.

look for the $lng entries in the languages area of your xcart admin

Zak 06-08-2004 10:16 AM

Thanks!
 
Thanks Shan! Went right to it...!

players 06-08-2004 09:16 PM

What did you do to edit it?
 
Sorry to butt in here, but I'm having the same problem but am not sure how to edit it if I even find it...any input??
Thanks

Light Speed 06-08-2004 10:00 PM

You could also enable the "When a customer isn't logged in, it is presumed that he is from a default country." check box in General Settings. Wouldn't that stop the message from appearing?

ctechsol 06-11-2004 08:43 AM

You can uncheck the option in general section to Assume the customer is in default country. This way it does not show your default location.

Or if you wish to use the default country, go to languages, select language under "edit languages". It'll take you to the language editing section.

Under select topic, select "Text". In the Apply filter,, paste "Sorry, there are no available shipping methods".

Edit the appropriate results with the apprpriate message.

This is how you would edit a lot of the text on the site.


All times are GMT -8. The time now is 02:33 AM.

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