Jump to content

ship to US only


Guest jiezhang8

Recommended Posts

Guest jiezhang8

We would like to ship to US only. Do I have to delete all the rest of the contunties in list - seems 12 pages?

Thanks for your attention. Jay

Link to comment
Share on other sites

  • 4 weeks later...

Guest pcupgradeltd

If you have CPanel as part of your hosting package or something similar wherby you can get at the mysql database using phpmyadmin, its easier to go into the table and delete all in one hit :blink:

Link to comment
Share on other sites

  • 2 weeks later...

You dont have to delete all of other countries.

Open includes/content/cart.inc.php

SEARCH FOR

			} elseif($shippingAvailable!==TRUE){






REPLACE WITH
			// Allow shipping to USA only by convict -->

			//} elseif($shippingAvailable!==TRUE){

			} elseif($shippingAvailable!==TRUE || $ccUserData[0]['country']!="226" || $basket['delInf']['country']!="226"){

			// <-- Allow shipping to USA only by convict

:huh:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...