You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
David,
Can we also add to the Product image pop-up ('templates/product-image.tpl.php'), I copied the text
<?php echo $this->TEXT[2]; ?> but that didn't work.
Sorry about all this posting but this one has really got my OCD working on overtime, since I have added the model number to the category page, product description pop-up page and it's not on the product image pop-up page.
scarr105
Offline
No problem. Try:
<?php echo $this->PDATA->pCode; ?>Offline
That didn't work, same results nothing displayed.
scarr105
Offline
Ah, sorry, try:
<?php echo $this->PDATA['pCode']; ?>Offline
thanks, I should have noticed the [].
scarr105
Offline
thanks, I should have noticed the [].
scarr105
Me too. lol.
Offline
Pages: 1