osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Product Attributs Help

This is a discussion on Product Attributs Help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hey i hope one of you can help with this problem. The problem we have is that adding attriubutes to ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-02-2005, 07:52 AM
New Member
 
Join Date: Dec 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
b2bcons
Default Product Attributs Help

Hey i hope one of you can help with this problem.
The problem we have is that adding attriubutes to every individual product is a time consuming exercise.
For example

Product 1
Colour Attribute = Red, Blue, Yellow, Green

Product 2
Colour Attribute = Red, Blue, Yellow, Green

Currently this means setting the individual attributes to each individual product this is a taxing task with a lot of products and surely there is an easier way to replicate the attribute group over to similiar products?

The other problem is one that we may be able to solve but would like to know if anyone else has a similiar issue.

We have a clothes shop and the garments can have a variety of motifs, however there is no way to show the customer what these motifs look like without making an individual product for each motif type.
So is there some way of making a box that shows a picture as a rollover when you select so and so motif?

The only other way i can see around it is to create an external page that we link to displaying the motifs and the codes for each design.

Thanks for reading and hope one of you guys or girls can help
__________________
Trevor Locke
Consultant
www.b2bwebconsultants.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 03-02-2005, 04:36 PM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default RE: Product Attributs Help

Sounds like you need the attributes copier module installed, it can be obtained here, http://www.oscommerce.com/community/contributions,772

As far as the motif rollovers, this has been asked of us many times from many different website owners. We have done it using javascript and flash on a few websites. We could send you links to those sites if you like to see how its done.
__________________
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-03-2005, 06:35 AM
New Member
 
Join Date: Dec 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
b2bcons
Default RE: Product Attributs Help

Links would be good.

We are currently having a major problem. Our server admin has turned global permissions off. This has meant we have had to use a patch to get it to work without the global permissions enabled.
This has worked, to an extent. However the iadmin panel will not pick up the modules and also will not pick up the images sub directory.

Im by no means a php expert and this is driving us nuts.

Anyone have any ideas
__________________
Trevor Locke
Consultant
www.b2bwebconsultants.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-03-2005, 09:09 AM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default RE: Product Attributs Help

register_globals does not have to be on for the entire server to make your store work. Register_globals can be instantiated using an .htaccess file in your root folder so that register_globals applies to all directories under your home directory. Which is really what OSC cares about anyway.

So add this to your .htaccess file in your root webfolder

Code:
php_flag register_globals on

ill get some links together and send em in a bit, im super busy at moment.
__________________
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-07-2005, 07:42 AM
New Member
 
Join Date: Dec 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
b2bcons
Default RE: Product Attributs Help

I just tried that with a test shop. As we sorted out the problem using a patch where we had to change code in lots of php files.
It worked, but if your way cuts out all that stuff, would be good to know how to get it to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 03-07-2005, 09:39 AM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default RE: Product Attributs Help

of course you could always check out the Hyperattributes module we just finished writing and let us know if it helps you out any, might be just what your looking for. you can test the store using it out all ya want, just let us know if ya find any bugs at appdev@hyperactivehosting.com.

store login info for testing can be found in this post http://www.oscdox.com/PNphpBB2-viewtopic-t-4436.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 03-08-2005, 03:26 AM
New Member
 
Join Date: Dec 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
b2bcons
Default RE: Product Attributs Help

Ive been trying to look into getting that first contribution you linked me to, installed.
Im finding it difficult though.

I looked at your hyperattributes module, but it isnt an online editor it takes the information from a spreasheet as far as i could see.
Any advice on installing the previous module, as yours is only beta anyway.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 03-08-2005, 10:48 AM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default RE: Product Attributs Help

ours is fully functional. It uses Excel just like easypopulate does. works almost exactly the same actually and lets you download a excel sheet, edit it and re-uplaod it mass changing, deleting or editing all attributes on a product by product basis in your store. pretty nifty. Anyway, if you need assistance installing the contribution, post any errors your getting here and ill try to help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
product prices not showing on product page Dumb_Question osCMax v2 Installation issues 16 03-24-2006 10:03 PM
Product Options / Product Attributes.. pulldown sorting.? Preston osCommerce 2.2 Discussion 5 11-24-2005 07:53 PM
Specific Product Image based on chosen product attributes? chrisrex osCMax v2 Customization/Mods 0 11-22-2005 09:41 AM
Product Quantity on Product Listing Page vinces osCMax v1.7 Discussion 2 12-10-2004 06:32 PM


All times are GMT -8. The time now is 05:01 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax