Jim
Yeah it was a CSS problem, thanks for your help, it now works perfectly.
Claire
- osCommerce Support Forum
- → Viewing Profile: Posts: claireb85
Latest News: (loading..)
Community Stats
- Group Members
- Active Posts 25
- Profile Views 6,597
- Age Age Unknown
- Birthday Birthday Unknown
-
Real Name
Claire
-
Gender
Female
Contact Information
Posts I've Made
In Topic: Specials Image Overlay
29 January 2013 - 10:50 AM
In Topic: Specials Image Overlay
28 January 2013 - 12:04 PM
hello,
I am trying to add sale banner to sale products on my site but it seems to appear below the image instead of on top on it. i am not sure where I am going wrong, below is my code for product_listing, it is slightly different to the code you have used.
I would be greatful for any help with this.
Thanks
Claire
I am trying to add sale banner to sale products on my site but it seems to appear below the image instead of on top on it. i am not sure where I am going wrong, below is my code for product_listing, it is slightly different to the code you have used.
case 'PRODUCT_LIST_IMAGE':
$specials_overlay = false;
if( tep_not_null( $listing['specials_new_products_price'] ) ) $specials_overlay = true;
if (isset($HTTP_GET_VARS['manufacturers_id']) && tep_not_null($HTTP_GET_VARS['manufacturers_id'])) {
$p_pic = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, '', $specials_overlay ) . '</a>';
} else {
$p_pic = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, '', $specials_overlay ) . '</a>';
}
break;
I would be greatful for any help with this.
Thanks
Claire
In Topic: [Contribution] Products Specifications
26 October 2012 - 08:05 AM
Jim,
I figured out how to fix it, I changed the Review Text Minimum value in my admin area to 10 and removed approved and IP address from catalog/includes/modules/product_info_process as these were not values in my TABLE _REVIEWS, not sure if this is the correct thing to do but it now works perfectly.
Overall this is an excellent add-on (if not a little tricky to setup) but overall works really well, Thanks
Claire
I figured out how to fix it, I changed the Review Text Minimum value in my admin area to 10 and removed approved and IP address from catalog/includes/modules/product_info_process as these were not values in my TABLE _REVIEWS, not sure if this is the correct thing to do but it now works perfectly.
Overall this is an excellent add-on (if not a little tricky to setup) but overall works really well, Thanks
Claire
In Topic: [Contribution] Products Specifications
25 October 2012 - 11:25 AM
Hello,
I was wondering did anyone ever worked out how to make the reviews tab work, I have made all the changes suggested on this forum but I still get this:
product_info.php?action=process&tab=9&products_id=47
in the address bar but it doesn't show in the reviews area in my admin.
I would be greatful for any help, I have managed to solve all other problems but I just cant work this one out, other then that the add-on is working perfectly.
Thanks
Claire
I was wondering did anyone ever worked out how to make the reviews tab work, I have made all the changes suggested on this forum but I still get this:
product_info.php?action=process&tab=9&products_id=47
in the address bar but it doesn't show in the reviews area in my admin.
I would be greatful for any help, I have managed to solve all other problems but I just cant work this one out, other then that the add-on is working perfectly.
Thanks
Claire
In Topic: [Contribution] Products Specifications
11 September 2012 - 01:17 PM
Hi Jim
I have installed ckeditor but i dont want to use it on my products_tabs, I have removed "class="ckeditor" (as you suggested in earlier post )from admin/includes/modules/products_tabs.php but it still appears. Is there a step that I am missing,
I also get this error in firebug
uncaught exception: [CKEDITOR.editor.replace] The element with id or name "" was not found.
The reason I want to remove it is that it seems to break the tab structure.
I would really appreciate any help.
Thanks
Claire
I have installed ckeditor but i dont want to use it on my products_tabs, I have removed "class="ckeditor" (as you suggested in earlier post )from admin/includes/modules/products_tabs.php but it still appears. Is there a step that I am missing,
I also get this error in firebug
uncaught exception: [CKEDITOR.editor.replace] The element with id or name "" was not found.
The reason I want to remove it is that it seems to break the tab structure.
I would really appreciate any help.
Thanks
Claire
- osCommerce Support Forum
- → Viewing Profile: Posts: claireb85
- Privacy Policy
- Forum Rules ·



Find content