

Vinyl
Members-
Content count
6 -
Joined
-
Last visited
Profile Information
-
Real Name
Sébastien Gicquel
-
Gender
Male
- Website
-
Again, i answer to myself. Ì've spent 2 hours searching, i don't know how i miss this file : javascript/osc_cart.js
-
Hi ! Do yo know how to translate the text which is in JQuery lightbox-like popup "‘Add to Cart’" ? (shoppin cart updated, continue shoppng, etc.) Thanks.
-
ok, i answer to myself ;-) Here is what i've done for the issue "Image has normal size on product_info.php". I've replaced this code : <script language="javascript"><!-- document.write('<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '"target="_blank" title="'. $product_info['products_name'].'" rel="prettyPhoto[gallery1]" >' . tep_image(DIR_WS_IMAGES . (!empty($product_info['products_image_med'])?$product_info['products_image_med']:(!empty($product_info['products_image_pop'])?$product_info['products_image_pop']:(!empty($product_info['products_image'])?$product_info['products_image']:''))), addslashes($hello), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_WIDTH:''), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_HEIGHT:''), 'hspace="5" vspace="5"') . '<div class="center">' . (!empty($product_info['products_image_description'])?$product_info['products_image_description']:TEXT_CLICK_TO_ENLARGE) . '</div></a>'; ?>'); //--></script> by this one : <script language="javascript"><!-- document.write('<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '"target="_blank" title="'. $product_info['products_name'].'" rel="prettyPhoto[gallery1]" >' . tep_image(DIR_WS_IMAGES . (!empty($product_info['products_image_med'])?$product_info['products_image_med']:(!empty($product_info['products_image_pop'])?$product_info['products_image_pop']:(!empty($product_info['products_image'])?$product_info['products_image']:''))), addslashes($hello), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<div class="center">' . (!empty($product_info['products_image_description'])?$product_info['products_image_description']:TEXT_CLICK_TO_ENLARGE) . '</div></a>'; ?>'); //--></script>
-
Thank you for sharing this nice job ! But i have 2 issues : - Image has normal size on product_info.php. Do you know what's the problem ? Here is my code in product_info.php which shows the image <script language="javascript"><!-- document.write('<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '"target="_blank" title="'. $product_info['products_name'].'" rel="prettyPhoto[gallery1]" >' . tep_image(DIR_WS_IMAGES . (!empty($product_info['products_image_med'])?$product_info['products_image_med']:(!empty($product_info['products_image_pop'])?$product_info['products_image_pop']:(!empty($product_info['products_image'])?$product_info['products_image']:''))), addslashes($hello), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_WIDTH:''), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_HEIGHT:''), 'hspace="5" vspace="5"') . '<div class="center">' . (!empty($product_info['products_image_description'])?$product_info['products_image_description']:TEXT_CLICK_TO_ENLARGE) . '</div></a>'; ?>'); //--></script> - I've got "NULL" information instead of product details in shopping cart. Any idea ? thank you.
-
Vinyl started following homegrownglass
-
homegrownglass started following Vinyl
-
First, thank you very much for this app. Very useful. Do you need help to add a french version ?
-
Hi, I've installed MATC. It works but i've noticed the javascript is not working on Safari 5 / Apple. Has anyone experiences the problem ? It works on Firefox / Mac. I mean the contribution is ok, the only thing that doesn't work is the red background when mouse is over the buttun. Do you know how to fix it ? Thank you !