Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Listing Enhancements, Thumbnails & Manufacturer Headings


spooks

Recommended Posts

hmm i cant seem to get the tranparencies to look good.. I created a transparent gif and png, but still getting the jaggies..

 

check i out

categories list

suggestions on moving the button inside the white??

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

hmm i cant seem to get the tranparencies to look good.. I created a transparent gif and png, but still getting the jaggies..

 

check i out

categories list

suggestions on moving the button inside the white??

 

 

Not checked this for any issues, but should work:

 

336- find:

 

$display .= $borderend . $button;

change to:

 

$display .= $button . $borderend;

 

to improve image transparrency, make sure you set the matt close to background color.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Hi Sam

 

I can't seem to find the control for the size and colour of product price font in product list view. Here is a copy of my stylesheet with the product listing enhancement added at the bottom. Is it maybe in the .php file?

 

/*

$Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

0066cc

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

.boxText { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.stockWarning { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

.productsNotifications { background: #f2fff7; }

.orderEdit { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #990033; text-decoration: underline; }

 

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

}

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: #AABBDD;

text-decoration: underline;

}

 

FORM {

display: inline;

}

 

TR.header {

background: #ffffff;

}

 

TR.headerNavigation {

background: #ffffff;

}

 

TD.headerNavigation {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 11px;

background: #4e4e4e;

color: #ffffff;

font-weight : bold;

}

 

A.headerNavigation {

color: #ffffff;

}

 

A.headerNavigation:hover {

color: #cccccc;

}

 

TR.headerError {

background: #ff0000;

}

 

TD.headerError {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

background: #ff0000;

color: #ffffff;

font-weight : bold;

text-align : center;

}

 

TR.headerInfo {

background: #00ff00;

}

 

TD.headerInfo {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

background: #00ff00;

color: #ffffff;

font-weight: bold;

text-align: center;

}

 

TR.footer {

background: #ffffff;

}

 

TD.footer {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

background: #4e4e4e;

color: #ffffff;

font-weight: bold;

}

 

.infoBox {

background: #b6b7cb;

}

 

.infoBoxContents {

background: #ffffff;

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #FFE6E6;

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TD.infoBoxHeading {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #0066cc;

color: #ffffff;

}

 

TD.infoBox, SPAN.infoBox {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

background: #f8f8f9;

}

 

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

background: #f8f8f9;

}

 

TABLE.productListing {

border: 1px;

border-style: solid;

border-color: #b6b7cb;

border-spacing: 1px;

}

 

.productListing-heading {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

background: #990033;

color: #FFFFFF;

font-weight: bold;

}

 

TD.productListing-data {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

 

}

 

A.pageResults {

color: #0000FF;

}

 

A.pageResults:hover {

color: #0000FF;

background: #FFFF33;

}

 

TD.pageHeading, DIV.pageHeading {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 20px;

font-weight: bold;

color: #990033;

}

 

TR.subBar {

background: #f4f7fd;

}

 

TD.subBar {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

color: #000000;

}

 

TD.main, P.main {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 1.5;

}

 

TD.smallText, SPAN.smallText, P.smallText {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TD.accountCategory {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 13px;

color: #aabbdd;

}

 

TD.fieldKey {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

font-weight: bold;

}

 

TD.fieldValue {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

}

 

TD.tableHeading {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

font-weight: bold;

}

 

SPAN.newItemInCart {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

color: #ff0000;

}

 

CHECKBOX, INPUT, RADIO, SELECT {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 11px;

}

 

TEXTAREA {

width: 100%;

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 11px;

}

 

SPAN.greetUser {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

color: #990033;

font-weight: bold;

}

 

TABLE.formArea {

background: #f1f9fe;

border-color: #7b9ebd;

border-style: solid;

border-width: 1px;

}

 

TD.formAreaTitle {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

font-weight: bold;

}

 

SPAN.markProductOutOfStock {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 12px;

color: #c76170;

font-weight: bold;

}

 

SPAN.productSpecialPrice {

font-family: Tahoma, Verdana, Arial, sans-serif;

color: #ff0000;

}

 

SPAN.errorText {

font-family: Tahoma, Verdana, Arial, sans-serif;

color: #ff0000;

}

 

.moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #E9F4FC; }

 

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }

.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

 

/* message box */

 

.messageBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; }

.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }

.messageStackSuccess { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

 

/* input requirement */

 

.inputRequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

 

 

 

 

 

/*Credits: Dynamic Drive CSS Library */

 

.suckerdiv ul{

margin: 0;

padding: 0;

list-style-type: none;

width: 176px; /* Width of Menu Items */

border-bottom: 1px solid #ededed;

font-family: arial;

font-size: 12px;

}

 

.suckerdiv ul li{

position: relative;

background-color: #fefefe;

}

 

/*1st level sub menu style */

.suckerdiv ul li ul{

left: 175px; /* Parent menu width - 1*/

position: absolute;

width: 176px; /*sub menu width*/

top: 0;

display: none;

}

 

/*All subsequent sub menu levels offset */

.suckerdiv ul li ul li ul{

left: 175px; /* Parent menu width - 1*/

}

 

/*All subsequent sub menu levels offset */

.suckerdiv ul li ul li a{

left: 175px; /* Parent menu width - 1*/

background-color: #fefefe;

}

 

/*All subsequent sub menu levels offset */

.suckerdiv ul li ul li ul li a{

background-color: #fefefe;

}

 

/*All subsequent sub menu levels offset */

.suckerdiv ul li ul li ul li ul li a{

background-color: #fefefe;

}

 

/* menu links style */

.suckerdiv ul li a{

display: block;

color: #666666;

text-decoration: none;

background-color: #fefefe;

padding: 1px 5px;

border: 1px solid #ededed;

border-bottom: 0;

line-height: 1.75em;

}

 

.suckerdiv ul li a:hover{

background-color: #e4e4e4;

color: #000000;

text-decoration: none;

}

 

.suckerdiv ul li ul li a:hover{

background-color: #e4e4e4;

color: #000000;

text-decoration: none;

}

 

.suckerdiv ul li ul li ul li a:hover{

background-color: #e4e4e4;

color: #000000;

text-decoration: none;

}

 

/* The main categories with sub-categories */

.suckerdiv .subfolderstyle{

background: url(images/arrow-list.gif) no-repeat center right;

}

 

/* This one colors the sub-folder with other sub-folders */

.suckerdiv ul li ul .subfolderstyle {

background-color: #fefefe;

}

 

/* This one colors the sub-folder with other sub-folders */

.suckerdiv ul li ul li ul .subfolderstyle {

background-color: #fefefe;

}

 

/* This one colors the sub-folder with other sub-folders */

.suckerdiv ul li ul li ul li ul .subfolderstyle {

background-color: #fefefe;

}

 

/* Holly Hack for IE \*/

* html .suckerdiv ul li { float: left; height: 1%; }

* html .suckerdiv ul li a { height: 1%; }

 

 

 

 

/* PRODUCT LISTING ENHANCEMENTS */

 

.infoBoxProducts {

text-align: center;

border: solid 1px #999999;

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background-color: transparent;

background-image: url(images/infobox_product_back.gif);

color: #990033;

margin-bottom:-8px;

}

.infoBoxProducts a {

color: #333333;

}

TD.infoBoxGrid {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

border: solid 1px #999999;

}

/* set pos buy/details button on list */

img.buy_now {

margin-bottom:10px;

}

/* set pos buy/details button on thumbnail */

img.thm_buy_now {

margin-bottom:-3px;

}

/* set style buy/details seperator thumbnail */

.buy_now {

font-weight: bold;

font-size: 18px;

color: #990033;

}

.infoBoxList {

border: ridge 2px #faf0e6;

border-collapse: collapse;

background-color: #fff;

}

.thumbcontent {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

color:#666666;

text-align:center;

}

TD.noborderbox {

font-family: Tahoma, Verdana, Arial, sans-serif;

font-size: 10px;

}

Link to comment
Share on other sites

List mode conforms to the original style, which did not allow style control of individual elements, if you wish to add for price;

 

line 172 find

 

$price = (function_exists(display_short_price)) ? $currencies->display_short_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) : $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id']));

 

add after:

 

$price = '<span class="price">' . $price . '</span>';

 

and add to your css.

 

If you use block mode repeat this for line 221.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

List mode conforms to the original style, which did not allow style control of individual elements, if you wish to add for price;

 

line 172 find

 

$price = (function_exists(display_short_price)) ? $currencies->display_short_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) : $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id']));

 

add after:

 

$price = '<span class="price">' . $price . '</span>';

 

and add to your css.

 

If you use block mode repeat this for line 221.

 

Thanks Sam, that worked great.

 

For other people's benefit, I added

 

SPAN.price {

font-family: Tahoma, Verdana, Arial, sans-serif;

color: #990033;

font-size: 12px;

font-weight: bold;

}

 

to my CSS.

Link to comment
Share on other sites

Hi, thanks for the great contribution!

 

any quick fix for reversing the location of the manufacturer and product name (in grid view)?

 

i want the product name to go above the picture and the manufacturer to go below it

 

any help is appreciated

 

thanks

Link to comment
Share on other sites

Hey there SAM.. i have encountered an issue when trying to add a Prvious and Next button to my product_info page, and i think it is due to the product_listing.php.

 

Basically, the contribution i found on the addons just came up with a product not found.. then i implimented a different option, which works, but it does not work when the customer uses your addon to change the order of the product listing.. basically, if they view in reverse product name, they will see the items in reverse, but when they go to the previous and next, the next will bring them to the logical next and not the actual next after they changed the order..

 

Do you have any suggestions on how to get this to work with your contribution??

 

THANKS

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Hey there SAM.. i have encountered an issue when trying to add a Prvious and Next button to my product_info page, and i think it is due to the product_listing.php.

 

Basically, the contribution i found on the addons just came up with a product not found.. then i implimented a different option, which works, but it does not work when the customer uses your addon to change the order of the product listing.. basically, if they view in reverse product name, they will see the items in reverse, but when they go to the previous and next, the next will bring them to the logical next and not the actual next after they changed the order..

 

Do you have any suggestions on how to get this to work with your contribution??

 

THANKS

 

It all depends on what that contrib is doing, could you give a link to that & the site your trying it on.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

actually i gave up on the contribution, but someone was suggesting some code in the general topics forum - here:

http://www.oscommerce.com/forums/index.php?showtopic=316357

 

However, i dont know if making the order work inthe previous and next will confuse the customer one way or the other.. well, you will see the htought process on that thread.

 

it is for this site:

The website

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Hi Sam...I noticed you got the posting after mine...didn't know if this was overlookoed but I figured I could ask again....did you have any insight about easily switching manufacturer/name positioning in grid view? I am pretty good and hacking apart the oscommerce for my advantage but i didnt see any quick way to fix this...kind of got lost in the code. Any help is appreciated! Thanks!

 

Nikki

 

Hi, thanks for the great contribution!

 

any quick fix for reversing the location of the manufacturer and product name (in grid view)?

 

i want the product name to go above the picture and the manufacturer to go below it

 

any help is appreciated

 

thanks

Link to comment
Share on other sites

Ok, i feel like an idiot...you can designate the order in the basic product listing values..i always thought they were either 1 or 0...now i realize they order them too...is that part of basic oscommerce or your contribution?

 

Hi Sam...I noticed you got the posting after mine...didn't know if this was overlookoed but I figured I could ask again....did you have any insight about easily switching manufacturer/name positioning in grid view? I am pretty good and hacking apart the oscommerce for my advantage but i didnt see any quick way to fix this...kind of got lost in the code. Any help is appreciated! Thanks!

 

Nikki

Link to comment
Share on other sites

Ok, i feel like an idiot...you can designate the order in the basic product listing values..i always thought they were either 1 or 0...now i realize they order them too...is that part of basic oscommerce or your contribution?

 

 

Its a standard part of osC

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

That prev/next seems to work well, though your site is v v slow to load (big pics?)

 

It would be a simple mod to alter the prev/next to conform to the listing order though it would mean modifying product_listing to pass the current order to product_info, let me know if you wish to try this & I`ll put up the alterations.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

yeah.. i am happy with it. and as it was pointed out to me, changing the order might not make sense in people's mind.. Even though they reversed the order, they might still assume that NEXT means NEXT IMAGE in the sequencial order

 

as far as the site loading slow, i do not know why itwould.> ALL of my images are optmized for the web so that they dont loose clarity but they are small. My husband is the photographer and is VERY good at optimizing images.. the size you see as a thumbnail is the actual size of the image.. I wonder if its something else that is slowing it down.

 

i was reading the thread called A SPEED OPTIMIZATION IN PROGRESS (or something to that nature) and reading about all the DB queries.. maybe that is my issue..

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

yeah.. i am happy with it. and as it was pointed out to me, changing the order might not make sense in people's mind.. Even though they reversed the order, they might still assume that NEXT means NEXT IMAGE in the sequencial order

 

as far as the site loading slow, i do not know why itwould.> ALL of my images are optmized for the web so that they dont loose clarity but they are small. My husband is the photographer and is VERY good at optimizing images.. the size you see as a thumbnail is the actual size of the image.. I wonder if its something else that is slowing it down.

 

i was reading the thread called A SPEED OPTIMIZATION IN PROGRESS (or something to that nature) and reading about all the DB queries.. maybe that is my issue..

 

 

I`ve just taken another look at the site & its not too bad now, perhaps the tunnels to the US were blocked ealier??

 

I thing your image popups could be done better, a simple improvement is http://addons.oscommerce.com/info/5787

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

thanks for that.. i was using the CLUBOSC pop up contribution, but was thinking of implimenting a lightbox effect for the windows that open.. as far as a back effect, couldnt they just close the window?? There is only one image per product.. i know with mulitple images, something like that would be good..

 

i was also thinking of adding a hover effect to the product listing where the customer can just hover over an image to see it larger before entering the product info page.. what do you think about that??

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

thanks for that.. i was using the CLUBOSC pop up contribution, but was thinking of implimenting a lightbox effect for the windows that open.. as far as a back effect, couldnt they just close the window?? There is only one image per product.. i know with mulitple images, something like that would be good..

 

You could, I just think the pic just placed in top left corner of screen with no controls looks bad, having to go to window close seems naff to me also.

 

i was also thinking of adding a hover effect to the product listing where the customer can just hover over an image to see it larger before entering the product info page.. what do you think about that??

 

That can look great, but it often means loading the full image with the page, so slowing things. I would only do if I implemented a 'post' load for the full image, that means javascript, which is a problem if user has scipts disabled.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

ahh.. i see.. this is the site that gave me the inspiration

mediazog

 

Someone pointed it out to me, but i dont like how it looks plain, i would like more of animation like with lightbox

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

ahh.. i see.. this is the site that gave me the inspiration

mediazog

 

Thats using javascript for the 'zoom', I would prefer to use css.

 

If you want to go that route & can let you have some javascript for a post image load function, just don`t forget the scripts disabled user.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

I will then learn about the use for css on hover images. I'm still new to most of this so I do welcome all suggestions for making my site the best and easiest to use as possible. If you know of any resources to learn css hover I would be halt to take a look. Otherwise I will look at google or w3 schools

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

This is a great resouce for many css tricks

 

And Stu does some great stuff, including Galleries here

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

OMG that Stu nicholas has some awesome stuff.. thanks for the links.. i am going to play with it a little.. i'm sure its not NEARLY as easy implimenting it with an oscommerce code though.

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Hi-

 

I tried installing Product Listing Enhancements, Thumbnails & Manufacturer Headings V1.8 into my store after installing Additional Images v2.0.1 . It wasn't successful. I managed to restore backups to before I added Additional Images v2.0.1, and then I have been backing out Additional Images by hand. I thought I had changed everything back, but oddly, my products are still displaying in rows and columns. The only thing I haven't been able to do, I think, is un-run product_listing_setup.php. How do I back this out? Can I? Or is this the price I pay for screwing up my backup?

 

I want to try again, installing Additional Images first, and then Product Listing Enhancements, Thumbnails & Manufacturer Headings V1.8.

 

Thanks,

Kim

Link to comment
Share on other sites

I have additional images installed on one of my stores and then installed the thumbnail code and everything was fine.. what happened when you finished the install. maybe it had nothing to do with the error you got..

 

You would not have needed to do all that and just searched whatever error it was you had to fix it.

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...