Page 26 of 45 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 449
  1. #251
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default

    Did you look at the Comments on the Option Name?

    You can get to this via the Edit ...

    Currently there is a field size limit of 64 but you can alter it if you need a book ... :)
    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!

  2. #252
    Join Date
    Sep 2005
    Location
    Reading, England
    Posts
    277
    Plugin Contributions
    0

    Default

    That is a good idea however we use the Option Names for our high level contract options and the values for the individual contracts for example

    Option name = 12 Months Contract
    Option Value = Contract A (XXXXXXXXXXXXX)
    Option Value = Contract B (XXXXXXXXXXXXX)

    Option name = 18 Months Contract
    Option Value = Contract A (XXXXXXXXXXXXX)
    Option Value = Contract B (XXXXXXXXXXXXX)
    Option Value = Contract C (XXXXXXXXXXXXX)

    I hope this makes sense the (XXXXXXXXXXXXX) is the desctiption we want to provide the user about the Contract. Is This possible?

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

    Default

    You may wish to make a popup with contract explinations ...

    I don't know if this is a finite list of contract options or a specific per product ...

    Currently, the Option Values are not designed to be books nor trigger text of any kind in the listings ...

    You could modify this concept and add a description field of some sort that could do this ... but I think you are better with a link to a Contracts Descriptions or what have you ...
    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. #254
    Join Date
    Sep 2005
    Location
    Reading, England
    Posts
    277
    Plugin Contributions
    0

    Default

    As always thank you for your super fast responses. This is what is suspected. Where can I add the description link?

    I don't know if this is a finite list of contract options or a specific per product ...
    The contract options is specific per product so the contract type detirmines the price for your product example if you buy contract A you pay 19.99 but if you buy contract B the product is free and so on and so forth...

    This has already been a great help now if only I could work out how to handle the monthly recuring pricing I would be set.

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

    Default

    tpl_product_info_default.php would add a link to all product pages without touching the individual products ...

    However if not all products have a contract then you want setup based on some type of condition on whether to show or not show ...

    NOTE: If you fool with the READONLY attributes ... there is a way to use this for links ... but if you edit them after adding them it will break the php code or link code in most cases ... so lots of backups ...

    Advantage of the READONLY Option Name Type is that it is not added to the order ...
    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!

  6. #256
    Join Date
    Sep 2005
    Location
    Reading, England
    Posts
    277
    Plugin Contributions
    0

    Default

    Is the oposite then also available where you force a user to select at least one option but that options is added to the cart?

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

    Default

    Create an attribute to something like:

    Contract: Make a Choice ...

    Set Make a Choice to be a Display Only, Default attribute when adding it to the product ...

    Now it cannot be added to the Product so it throws a warning when it is 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!

  8. #258
    Join Date
    Sep 2005
    Location
    Reading, England
    Posts
    277
    Plugin Contributions
    0

    Default

    I just had a good search and I don't seem to have a tpl_product_info_default.php. Did you perhaps mean tpl_product_info_display.php or am I missing a afile?

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

    Default

    Search for what I mean not what I say ...

    tpl_product_info_display.php
    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!

  10. #260
    Join Date
    Sep 2005
    Location
    Reading, England
    Posts
    277
    Plugin Contributions
    0

    Default

    at your search comment.

    I just had a major breakthrough that might not be pretty but gets around the coding issue. With your last tip I actualy scrolled past the image box and that got me thinking what I f I used an image and have the placed neatly below the option describing the contract in short details and what do you know it works perfectly. And only took about 2 minutes to do. Solves a very big time nightmare of getting all the products updated and makes it more controllable.

    WRT your previous suggestion where I have a problem is that I would have to have one for every option name group i.e. 12 Month Contracts etc. would have its one Select One and so and and so forth. What I would like is that the user can only select or of any of the contracts. Does this make sense?

    Thanks very much for your help so far. I am still amazed at your commitment to the cause. Well Done on a great application.

 

 
Page 26 of 45 FirstFirst ... 16242526272836 ... 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