Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.

You are not logged in.

#1 2012-01-03 19:02

how to remove the price list

hi all happy new year. can someone please help me? I need to remove the price list page from SHOP SCRIPT FREE. How do I go about doing that.

Offline

 

#2 2012-01-11 01:03

rat
Administrator

Re: how to remove the price list

Add the following code at the top of file index.php:

Code:

if (isset($_GET['show_price'])){
  header("HTTP/1.1 301 Moved Permanently");
  header("Location: http://your_domain_here/");
}

Be careful what you wish for — you might get it.

Offline

 

#3 2012-02-29 12:21

Re: how to remove the price list

thank you rat

Offline

 

Board footer

Powered by PunBB