I have Gabe's code implemented URL removed
If you click on, either, the Title or More Info... link of the 4 piece set at the top of the page, you will get taken to the original product.
I struggled yesterday and had coding errors poping up around the block ifs associated with the variables, but having started a fresh to day that didn't happen. So I assume it was something to do with my variable yesterday, but can't say I did anything different today
The only thing I definately changed was the bit of code associate with the Actinic Version, which I hadn't noticed yesterday:
to
If you click on, either, the Title or More Info... link of the 4 piece set at the top of the page, you will get taken to the original product.
I struggled yesterday and had coding errors poping up around the block ifs associated with the variables, but having started a fresh to day that didn't happen. So I assume it was something to do with my variable yesterday, but can't say I did anything different today
The only thing I definately changed was the bit of code associate with the Actinic Version, which I hadn't noticed yesterday:
Code:
$connect = odbc_pconnect("ActinicCatalog8","","", SQL_CUR_USE_ODBC);
Code:
$connect = odbc_pconnect("ActinicCatalog9","","", SQL_CUR_USE_ODBC);
Comment