

hilife
Members-
Content count
36 -
Joined
-
Last visited
About hilife
- Birthday 01/01/1965
Profile Information
-
Real Name
illadelph
- Website
-
Hello...am trying to show the total shopping cart price in the checkout confirmation page....the thing is i have the category discount addon installed and it shows the discount but i need to show the total price then the discount then the new total eg Total Price : $399.99 Discount : $99.99 _________________ Total : $300.00 Shipping: $10.00 ----------------------- Total: $310.00 Thx guys...
-
How do you show the total price before the discount on the checkout confirmation page guys ?
-
I have the same issue , when i try to edit the USPS in the admin i get this error Parse error: syntax error, unexpected T_GLOBAL, expecting ')' in /home/abc/public_html/admin/modules.php(217) : eval()'d code on line 1 Any help ? I know there was a fix not sure where it is in the community board...
-
Am using the article manzger http://forums.oscommerce.com/index.php?act...f=7&t=68866 am trying to figure out how to install the fck editor to use on my articles...the instriuctions say the fllowing below : 3.6 TinyMCE in other places If you have installed article manager, define mainpage, extra pages or whatever where tinyMCE is useful, you can do so: - place in $mce_str the list of textareas where tinyMCE is to be used. - between <head> and </head>, place this code: Am a newbie and i would like to know how and what and where i need to place the code..... Thanks
-
[Contribution] Additional Images Module
hilife replied to Parikesit's topic in General Add-Ons Support
i moved servers now am getting this error Error returned from alterimage class: 1 Thumb file: /var/www/vhosts/xyzr.com/httpdocs/catalog/images/products/tshirts/ladies/closeups.png could not be created. Error returned from alterimage class: 1 Products Info file: /var/www/vhosts/xyzr.com/httpdocs/catalog/images/products/tshirts/ladies/closeupm.png could not be created. -
[Contribution] Additional Images Module
hilife replied to Parikesit's topic in General Add-Ons Support
where do i edit to remove the click to enlarge text ? <script language="javascript"><!-- document.write('<?php echo 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($product_info['products_name']), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_WIDTH:''), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_HEIGHT:''), 'hspace="5" vspace="5"') . '<br>' . (!empty($product_info['products_image_description'])?$product_info['products_image_description']:TEXT_CLICK_TO_ENLARGE) . '</a>'; ?>'); //--></script> <noscript> <?php echo 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']:''))), $product_info['products_name'], (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_WIDTH:''), (ADDIMAGES_RESTRICT_PARENT=='true'?DISPLAY_IMAGE_HEIGHT:''), 'hspace="5" vspace="5"') . '<br>' . (!empty($product_info['products_image_description'])?$product_info['products_image_description']:TEXT_CLICK_TO_ENLARGE) . '</a>'; ?> </noscript> -
[Contribution] Additional Images Module
hilife replied to Parikesit's topic in General Add-Ons Support
How do you or where do you edit to remove the click to enlarge text under the thumbnails in the product_info.php page ?? -
I think there is a bug on my end..... When i am on the abc.com/catalog/checkout_shipping.php page in safari when you click the get new total button which has the ajax effect it loads the entire index page inside the checkout_shipping.php page.......in other browsers it seems to work okay....in Safari not quite...also firefox i get the similar error.....thanks guys...
-
[contribution] "Product Listing" Module
hilife replied to stankovski's topic in General Add-Ons Support
Can anybody post a link where one can download the latest contribution the main one is not working...or if somebody can show me a link to a similar way to list products in more than one column...