@
newburns
and anyone who can help me...
newburns, on 23 April 2013 - 07:01 PM, said:
Hi,
I tried again today. OScommerce 2.3.1
Still looks ugly
http://oxytarm-ap.com/shop/catalog/product_info.php?products_id=34
I have a products tabs in my admin section under echo customization AND configuration (how come it's in configuration too?), i am able to rename tab 1 tab 2 to new names (like dosage. contents) - but none appear on my website.
If i were to go into catalog > Categories/Products and edit a product, i see addtional 5 boxes of the supposedly working tabs - but no matter what i key in the new tabs, none appear on my website.
1) i followed the installations instructions
2) Copied the new files into my dir
3) Modified the files using a file comparison tool
4) upload mysql file
5) Double check again using the instructions in "/Install Product Tabs V1.1.html"
I cannot seem to find the belong and hence cannot replace it.
// Find (Around line 184)
<p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p>
<?php
}
?>
</div>
<?php
Replace with:
<p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p>
<?php
}
?>
</div>
<?php include_once (DIR_WS_MODULES . FILENAME_PRODUCTS_TABS); ?>
<?php
//
I am guessing that this is the major culprit, where can i find it?
Edited by Comesticage, 25 April 2013 - 11:43 AM.