OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Link Change Problem
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Templates and Images
anyamc
I am running OSCommerce RC2 with STS Template. I have a few other contributions installed, but none are structure changing. I demo'd the site on my own domain name, and then assigned it's own domain name to it once finalized. Everything works perfectly on the admin side, I updated the config files as well. On the public side, it looks great, only when you click on a product or the search, it reverts back to the old domain directory. Anyone know where this would be updated? I've looked in the template files, and I'm not sure where it pulls from. I am not a newbie to editing php code, but definitely get lost when it starts calling the database. The site is at: http://www.theprofitableshop.com/ When you click on a car, it reverts to http://uniqueamb.com/AWSInventory/. Help!
germ
Check to see if this file is present, and that it contains the correct info:

/includes/local/configure.php
anyamc
QUOTE (germ @ May 27 2008, 11:33 PM) *
Check to see if this file is present, and that it contains the correct info:

/includes/local/configure.php


The file is there, but there isn't anything in it regarding urls. Here is what is in that file:

<?php
// OTF contrib begins
define('PRODUCTS_OPTIONS_TYPE_SELECT', 0);
define('PRODUCTS_OPTIONS_TYPE_TEXT', 1);
define('PRODUCTS_OPTIONS_TYPE_RADIO', 2);
define('PRODUCTS_OPTIONS_TYPE_CHECKBOX', 3);
define('PRODUCTS_OPTIONS_TYPE_TEXTAREA', 4);
define('TEXT_PREFIX', 'txt_');

define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "TEXT" value in db table TABLE_PRODUCTS_OPTIONS_VALUES

// OTF contrib ends
?>

should there be something else in this file?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.