Try that one
Printable View
TREMENDOUS - I have been watching and waiting for development to slow down before installing.
Did it today on www.nativitydisplays.com on the Cherry Zen Template.
I have nothing to say but "Excellent Work" about all of your contributions.
:bigups:
JOhn ><>
Hi,
You can see working demo here.
http://www.sizzlingshop.com/mobile-s...le-phone-p-207
hetalsagar
Hi
I seem to have a problem, now it could be the image handler or it could be tab lite, Im not sure which so thought I would try here first since its the more active one.
I recently relocated a friends site to my hosting temporarily, after fiddling for a short while its working ok, however, for some reason, on several of the products, when you go into the product to view it you get the following.
Image displays ok
Description Tab is visible, followed by this line.
Warning: ereg_replace() [function.ereg-replace]: REG_EPAREN in /home/xxxxxxxx/public_html/macropackaging.co.uk/includes/templates/Custom1/templates/tpl_product_info_display.php on line 248
Under this line I then have the same line repeated some 3 pages in length.
Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 49 in /home/xxxxxxxx/public_html/macropackaging.co.uk/includes/templates/Custom1/templates/tpl_product_info_display.php on line 261
Then I have the description and all other items displaying without problem
You can see it here http://www.macropackaging.co.uk/doub...xes-p-223.html
Now I dont know enough about php to be able to work out where the issue is, but I have read the possibility of not having a / in front of a " but honestly am not sure.
Can anyone help me with this.
Thanks in advance:unsure:
Be sure you removed the Tabbed Product "Lite" stuff when upgrading to Tabbed Product "Pro". That doesn't seem related to this error, but it will be related to future errors.
I'm not sure where this error is coming from. Try using the included tpl_product_display_info file and see if that works. Then if you need to merge it into a custom version, you can rule out any problems with TPP.
I know for a fact that TPP works with IH2
the original template file does not deal with ereg_replace;
please post lines tpl_product_info_display.php on line 248 & 261
yes TPP works well with IH2 & zen_lightbox; look at: http://demo.zen-cart.at/index.php?ma...id=viennabloodQuote:
I know for a fact that TPP works with IH2
These are the lines 248 to 261
I sort of figured the issue was here, but failed to see anything weird character wise in the product description, which again I am assuming is whats going on, so I am at a loss as to how to fix it, and I do not know this command or many php commands that well to be able to workit all outCode:$products_image_directory = ereg_replace($products_image, '', substr($products_image, strrpos($products_image, '/')));
if ($products_image_directory != '') {
$products_image_directory = DIR_WS_IMAGES . ereg_replace($products_image_directory, '', $products_image) . "/";
} else {
$products_image_directory = DIR_WS_IMAGES;
}
// Check for additional matching images
$file_extension = $products_image_extension;
$products_image_match_array = array();
if ($dir = @dir($products_image_directory)) {
while ($file = $dir->read()) {
if (!is_dir($products_image_directory . $file)) {
if(preg_match("/" . $products_image_base . "/i", $file) == '1') {
From my understanding though the ereg replace simply translates certain characters so they will work
First, I will say preg_replace is faster
Second, the error is due to having something not within the realms of eregs regex matching.
Do a search for that error on google. You don't really even have anything to regex, looks like it could be done with a simple str_replace, but im no expert on regex
Hi, I have TP Lite, how do I add the main picture into the description area? :blink:
Get Tabbed Product "Pro".
Lite is dead