Page 34 of 45 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 449
  1. #331
    Join Date
    Jan 2006
    Posts
    5
    Plugin Contributions
    0

    Default

    Ok I'll try that, didn't think of it that way at all... that might just work, BUT... maybe I don't understand it enough... how do you set different option values to each option? I can set the SAME value as the option... but when I try to set a different name it tells me it's incorrect or something...


    EDIT** I think I have figured it out... I was looking at it from a totally different view before... thanks

  2. #332
    Join Date
    Jan 2006
    Posts
    5
    Plugin Contributions
    0

    Default

    ok... nevermind... still having a problem! I have figured out what you were saying with the drop down boxes... but if I only choose 1 item to add to the cart, it still lists all items offered in the cart... with option to change amount (of whole order only) in cart.

    here's the page if you need to take a peek....

    http://naturalimagesonline.com/index.php?m...1&products_id=2

    and also, I would like to be able to add or subtract amount chosen... in the cart... per item, not per total package chosen per picture...

    if this is even possible...

    thanks in advance

  3. #333
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default

    Are they getting a 5x7 and a Mouse Pad?

    Or are they getting a 5x7 or a Mouse Pad?

    Are both optional?

    Are both required choices?

    Must one or the other be selected?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #334
    Join Date
    Jan 2006
    Posts
    6
    Plugin Contributions
    0

    Default

    Hi,

    Hope this is in the right place.

    I am looking for a way to display the product options in a table which can be styled with alternating row background colours.
    Is there any way to cause the options table to draw each product and its options into table rows like this:

    Code:
    <table id="mytable" cellspacing="0" >
    <caption>Options </caption>
    <tr>
    <th>Ref</th>
    <th>Width</th>
    <th>Price</th>
    </tr>
    <tr> 
    <th class="oddrow" width="127">CRC01-1000</th>
    <td width="151"> 1000mm </td>
    <td width="202"> <b>£469.00</b> </td>
    <td width="202"><input type="checkbox" name="checkbox1" value="checkbox"></td>
    </tr>
    <tr> 
    <th class="evenrow" width="127">CRC01-1200</th>
    <td class="alt" width="151" > 1200mm </td>
    <td class="alt" width="202"> <b>£509.00</b></td>
    <td width="202"><input type="checkbox" name="checkbox2" value="checkbox"></td>
    </tr>
    <tr> 
    <th class="oddrow" width="127">CRC01-1500</th>
    <td width="151" > 1500mm </td>
    <td width="202"> <b>£529.00</b></td>
    <td width="202"><input type="checkbox" name="checkbox3" value="checkbox"></td>
    </tr>
    <tr> 
    <th class="evenrow" width="127">CRC01-2400</th>
    <td class="alt" width="151" > 2400mm </td>
    <td class="alt" width="202"> <b>£569.00</b></td>
    <td width="202"><input type="checkbox" name="checkbox4" value="checkbox"></td>
    </tr>
    </table>
    At first look it would seem that I need to edit both the modules>pages>product_info>main_template_vars_attributes.php and tpl_product_info_display.php

    Is there an easy way to achieve this that I have overlooked?

    Thanks.

  5. #335
    Join Date
    Jul 2005
    Location
    South Florida
    Posts
    35
    Plugin Contributions
    0

    Default

    NaturalImagesOnline,

    Unless your Options are actually Products (in which case, they would not be options), I do not think you can modify the QTY of the Option or modify the VALUE of the Option once added to the Cart unless you delete the Product then continue shopping.

    It is my understanding that the quantity box applies to the Product.

    Your Product can be "Duck Image" or "Duck Image Package." Establish a base price for the image -OR - the package. You might make the Product the image, then create the Package as an Option to the Product as well as creating additional options that allow your shopper to purchase additional items. Possible Product Attributes include:

    Option 1 Name: Mousepad.
    Dropdown
    Values for Mousepad:
    Select your quantity... (display only)
    1 pad +$19.95
    2 pads +$34.95
    3 pads +$44.95
    4 pads + $40.95
    No thank you

    Option 2 Name: Mug
    Dropdown
    Values for Mug:
    Select your quantity... (display only)
    1 mug
    2 mugs
    3 mugs
    4 mugs
    No thank you

    Option 3 Name: Key Tag
    Dropdown
    Select your quantity... (display only)
    1 key tag
    2 key tags
    3 key tags
    No thank you...

    Option 4 Name: Additional Photos
    Dropdown or Radio Button
    1 5 x 7
    2 5 x7
    3 5 x 7

    Now, for any Product image, you can use these Option Names and Values and set prices in the Attributes Controller specific to each image (Product) to which you are applying the Options.
    Invitations to blue water retreats glady accepted.


    www.LogoGum.com
    Advertising Specialties and Promotional Products that Pop!

  6. #336
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default

    This would be more related to checkout than attributes ...

    Attributes are not really "smart" settings as the results a a dynamic list of peices and parts that make up a Product but then are not real well designed for control features for checkout ...

    Shipping settings/pricing should really be treated during the checkout process

    Edited: see this thread for this part of the question on Free Shipping and APO

    http://www.zen-cart.com/modules/ipb/index....showtopic=39395
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #337
    Join Date
    Jan 2006
    Posts
    5
    Plugin Contributions
    0

    Default

    well, maybe I'm not explaining it totally... ok there is one picture "duck" for sale. there are several different products offered for "duck"... 5x7, mouse pad, key chain, etc... all optional, with different qty...

    say I am looking at duck, I want to see all products available listed below, with options to select....

    so I choose 2 5x7's, 1 mouse pad, and 1 key chain...

    so I add to cart...

    shop some more for different items... then return to my cart...

    while in my cart, I decide I do not want 2 5x7's of duck, but only 1... I cannot change this option without deleting all items selected for duck.... I would like to have each option available to change qty in the cart...(pref. in the item as well...)

    is this possible? or do I have to list duck - mouse pad as one item, then re list duck - 5x7 as another item... and so on?? that would be very inconveinient....

    I hope this has explained it more detailed... because I have already tried the suggestion and you still have to add or delete the entire order for duck... rather than changing each option...

    thanks

  8. #338
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default

    Sorry- but the functionality you are looking for is not attributes, but more a "parent/child product" situation.

    You could however make "Duck" a category with the products of mug, mousepad etc as individual products.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  9. #339
    Join Date
    Jan 2006
    Posts
    9
    Plugin Contributions
    0

    Default

    I read through 30 pages of this thread and can't find my answer! I think I must doing something simply wrong.

    I'm making a website that sells purses. Some of them need different color options - fine, I got that working. But I need to add color swatches, just an image of the color samples (would be great to automatically switch the product pic with a different color one, though).

    But I can't figure this out? I tried to upload a picture using Attributes Image Swatch several times, several variations, but nothing seems to work.

    Any ideas?

  10. #340
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default

    The Attribute images display on the page, but there is not an automatic selection change when this happens on product image

    One of the problems would be ...

    I have 4 Option Names and each has Option Values with images ...

    Which of the 4 rules the products_image?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 34 of 45 FirstFirst ... 24323334353644 ... LastLast

Similar Threads

  1. HOW TO: Stock by attributes (Quantity by attributes updated)
    By Exavia in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Nov 2010, 05:57 PM
  2. How to use Attributes Controller to arrange two attributes!!!
    By signagen in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 27 Jun 2008, 02:25 AM
  3. How do I assign attributes to attributes of a product?
    By stargre in forum General Questions
    Replies: 2
    Last Post: 20 May 2008, 12:01 PM
  4. Sub-attributes? Making attributes of attributes appear based on which you select?
    By pioupioun in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jun 2006, 11:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR