Jump to content



Latest News: (loading..)

- - - - -

Products in columns for 2.3

columns products

  • Please log in to reply
11 replies to this topic

#1   whitewolfspirits

whitewolfspirits
  • Members
  • 60 posts
  • Real Name:White
  • Gender:Male

Posted 19 March 2012 - 02:54 PM

I am trying to find an add on to make the product list for the category in columns. When I used the older versions of osCommerce, I used an add on that did this. I cannot find one that is compatible with 2.3.
White Wolf Spirits


#2   toyicebear

toyicebear
  • Community Sponsor
  • 6,059 posts
  • Real Name:Nick
  • Location:World Citizen

Posted 19 March 2012 - 04:44 PM

Click me>>
Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce

Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.

#3   spooks

spooks
  • Members
  • 7,017 posts
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 19 March 2012 - 05:00 PM

As product listing is done with the module product_listing.php and most contributions that change the listing layout just alter that for the most part, most product listing contributions for earlier versions will still work with 2.3.1
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.

#4   Ken44

Ken44
  • Members
  • 236 posts
  • Real Name:Ken
  • Gender:Male
  • Location:UK

Posted 19 March 2012 - 07:07 PM

Hi Sam

Welcome Back :thumbsup:

View Postspooks, on 19 March 2012 - 05:00 PM, said:

most product listing contributions for earlier versions will still work with 2.3.1


That’s true, but they all use the outdated productListingBox.
It would be nice to see a grid contribution using the jquery ui

Regards

Ken

#5   opiate

opiate
  • Members
  • 18 posts
  • Real Name:Rich

Posted 09 July 2012 - 07:01 PM

@toyicebear  Hiya, I just installed the contribution you mentioned but the


Product Name+ Price Buy Now

field is still at the top

Do you know how I could get rid of these?

#6   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 18 July 2012 - 04:10 PM

Hmm , i installed the add-on that toyicebear suggested and got what you see here :
http://crazycarz.pt/index.php?cPath=24_34_38_47

Can anyone tell me what i did wrong or what went wrong in the process.

Many thanks in advance,

Gr, Rob

#7   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 18 July 2012 - 04:31 PM

Ok , Update ,  it seems to work like it should , i just would like to change the settings so i have 4 or 5(if possible) products per row.
My question is , were or how do i change that , and can i change the size of the pictures there too or do i need to change them somewere else.
You can see here how far i got uptil now: http://crazycarz.pt/index.php?cPath=24_34_38_47

Many thanks in advance,

Gr, Rob

#8   EchoGuns

EchoGuns

    Supreme Overlord

  • Members
  • 122 posts
  • Real Name:Clint Freeman
  • Gender:Male
  • Location:Texas

Posted 30 July 2012 - 06:08 PM

@CrazyCarzCustoms

I did the following:

Removed line from stylesheet.css:
width: 90%;  /*Took 1% off of the width to prevent IE6 bug*/

That line was stretching my images and overriding the Small Image Width setting under Configuration/Images


Then change the following lines in stylesheet.css:
ul.column{
width: 618px;

To whatever width your row is going to be. I left mine the standard size and it automatically adjusted mine from 3 columns to 4. Look at the modifications done to template_top.php to see how it all works.

If you need to, on the stylsheet modify the width of ul.column li to whatever you need.

Edited by EchoGuns, 30 July 2012 - 06:10 PM.

My Addons:

Product Tabs - 2.3x Download| Support
Product Info Page Box - 2.3x Download | Support

#9   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 31 July 2012 - 08:45 AM

View PostEchoGuns, on 30 July 2012 - 06:08 PM, said:

@CrazyCarzCustoms

I did the following:

Removed line from stylesheet.css:
width: 90%;  /*Took 1% off of the width to prevent IE6 bug*/

That line was stretching my images and overriding the Small Image Width setting under Configuration/Images


Then change the following lines in stylesheet.css:
ul.column{
width: 618px;

To whatever width your row is going to be. I left mine the standard size and it automatically adjusted mine from 3 columns to 4. Look at the modifications done to template_top.php to see how it all works.

If you need to, on the stylsheet modify the width of ul.column li to whatever you need.

@EchoGuns , thanks for the response.
I changed my width to 960px as that is the max width of the 960 grid and i don´t have the side columns and then made the rest of the boxes 10px smaller so it all fitted nice.
It starts to look like something ( sort off that is) but still needs a lot of work ;-)

#10   vampirehunter

vampirehunter
  • Members
  • 274 posts
  • Real Name:vampire

Posted 14 August 2012 - 07:50 AM

i would like to know from anybody whose used this

if some has javascript turned off, what happens to the jquery columns layout?

thanks

#11   EchoGuns

EchoGuns

    Supreme Overlord

  • Members
  • 122 posts
  • Real Name:Clint Freeman
  • Gender:Male
  • Location:Texas

Posted 16 August 2012 - 09:05 PM

I have noticed quite a lot of your posts are asking the same question, about if something works with javascript turned off. Couple of questions here:

Why not test yourself? This contribution is extremely easy to install, only 4 steps.

Also, why the big move about no javascript anyways. While your own personal preference might be to have it off, the vast majority of consumers have theirs on by default, not to mention that a large percentage of sites utilize javascript.

To answer your question. This contribution works with it off....
My Addons:

Product Tabs - 2.3x Download| Support
Product Info Page Box - 2.3x Download | Support

#12   vampirehunter

vampirehunter
  • Members
  • 274 posts
  • Real Name:vampire

Posted 17 August 2012 - 06:19 AM

View PostEchoGuns, on 16 August 2012 - 09:05 PM, said:

I have noticed quite a lot of your posts are asking the same question, about if something works with javascript turned off. Couple of questions here:

Why not test yourself? This contribution is extremely easy to install, only 4 steps.

Also, why the big move about no javascript anyways. While your own personal preference might be to have it off, the vast majority of consumers have theirs on by default, not to mention that a large percentage of sites utilize javascript.

To answer your question. This contribution works with it off....

because its a pain in the arse installing a brand new oscommerce every time just to test a contribution as you don't know what the code is like, it may or may not destroy your shop, so i have to do a clean install on localhost every single time. i have about 20 oscommerce installations on my harddrive just for testing. I thought asking would save time.

Also, the reason why im asking about javascript is that if someone has it turned off, then how will they buy from you?

ive been testing live shops from big brands and some of them won't function without javascript (which is totally wrong). as your site should work regardless of whether javascript is on or off.