Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Aug 2014
    Location
    Rochester, NY
    Posts
    4
    Plugin Contributions
    0

    help question Would Atrributes work in this manner?

    Howdy! Not new to eComm, or Zen Cart, but for the past 8 years I have been primarily using SaaS systems. So I am rusty when it comes to Zen. This company lost their previous Consultant, and so I am trying to make changes without the ability to discuss anything with their previous Web Developer. (And he left NO notes or documents regarding anything he did spanning the past 5 years. Ugh!)

    I need to add what I thought would be an Attribute and Option Set, but now I am unsure how to do what was requested. Let me explain:

    This company produces Baby Crib Bedding, and one of the main categories is Fabrics. They have dozens of Fabrics. However, most of their customers want to order a Swatch (i.e., sample) of the fabrics before deciding what Fabric to choose for their bedding. Currently the customer has to add a generic Swatch to their order and then via Notes for the order, they list the name of the fabric for which they want a swatch. Cumbersome, and confusing for some customers.

    So, they want to add a Swatch option on each of the Fabrics (as the Fabrics are sold by the yard only for $20 to $30, whereas the swatch costs $1.50). I immediately thought Option Set, so that it can appear as an option with each Fabric. BUT, the pricing will only allow me to deduct or add to the price based upon the Option's price. In this regard, the $20 or $30 Fabric would need to be set to only $1.50 as the option for a swatch of the fabric would indicate to the company that a Swatch is desired, and not a yard of the Fabric.

    What would be the best technique to use?

    I was using this page as my source info for how to add Option Sets (for reference sake) - http://www.zen-cart.com/content.php?...to-my-products

    Any thoughts on how best to achieve this? Is the Option set the best method?

    Thanks in advance,

    Colin in NY

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Would Atrributes work in this manner?

    What quantity of the fabric do you sell?? if in yards or partial etc

    A link to what you have would assist
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2014
    Location
    Rochester, NY
    Posts
    4
    Plugin Contributions
    0

    Default Re: Would Atrributes work in this manner?

    As I explained, the Fabric is sold in Yards. Though, that is really not the point as it could be sold in any number of units. The point is, a Sample (swatch) is available for $1.50 for every Fabric (which range from $20 to $30 per yard). What would be the best method for achieving this? An option set (as I first thought)? OR do I make a new product for each swatch and then link to each from it's related Fabric? (Though, this 2nd idea will be very time consuming and cumbersome.)

    Anyway, I thought this would be an obvious question for someone on here (a seasoned Zen user, which I am not). I know how I'd do this in BigCommerce, Volusion, and heck even using PDG. But I am unsure the Best Method for Zen Cart.

    (btw - The client is a friend, and they do Not want links to their site posted on these forums for a few reasons.)

    Thanks in advance for any help, much appreciated,

    Colin

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Would Atrributes work in this manner?

    Quote Originally Posted by colin-ny View Post
    and they do Not want links to their site posted on these forums for a few reasons
    So OBFUSCATE the URL so the search engines don't pick it up if that's the concern..

    Example:
    http://yoursite(dot)com

    Lots of folks post links this way on the forum.. It's awfully hard to help without a link to SEE what you SAY.. and it makes it so those helping don't have to GUESS.. IJS..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Would Atrributes work in this manner?

    @colin-ny, this is very straightforward. Price the product by attributes, then create two attributes - yard of fabric ($20, for example) or swatch ($1). They order quantities for the number of yards they need. It's a bit more work to create products like this, but it allows you to offer a swatch on the product page.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Aug 2014
    Location
    Rochester, NY
    Posts
    4
    Plugin Contributions
    0

    Default Re: Would Atrributes work in this manner?

    Thank you @swguy! That is a great idea. However, there are 100's of such products that I would have to do this for. I guess, either way I go (the way you're suggesting, or creating a new product for each Swatch and then linking to the related swatch on each Fabric product) will entail a lot of repetitive work. (No way around that...)

    Again, thanks, good suggestion.

    Colin

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: Would Atrributes work in this manner?

    Quote Originally Posted by colin-ny View Post
    Thank you @swguy! That is a great idea. However, there are 100's of such products that I would have to do this for. I guess, either way I go (the way you're suggesting, or creating a new product for each Swatch and then linking to the related swatch on each Fabric product) will entail a lot of repetitive work. (No way around that...)

    Again, thanks, good suggestion.

    Colin
    Once you've got the attributes together for one of the products, you can use the Attributes Controller to copy those attributes to all products in a category (cutting down on the amount of repetitive work).

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Would Atrributes work in this manner?

    Quote Originally Posted by colin-ny View Post
    Thank you @swguy! That is a great idea. However, there are 100's of such products that I would have to do this for.
    If there are hundreds of products, I would create a swatch product for $1 with a text attribute for them to use to enter the model number (or name or whatever) of the fabric they want. Price the product at a dollar and call it done. It's not worth doing a ton of work for a one dollar product.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Aug 2014
    Location
    Rochester, NY
    Posts
    4
    Plugin Contributions
    0

    Default Re: Would Atrributes work in this manner?

    @swguy - Thanks for all the great suggestions and help. Much appreciated!

    Colin

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Would Atrributes work in this manner?

    If you do the swatch product/write-in fabric name, I would suggest adding a link to it from every product description. Boilerplate code as created by swguy's directions on his website, or the Product Articles mod in Plugins, could make that a simple process.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 8 Dec 2011, 10:28 PM
  2. wHAT DOES THIS ERROR CODE MEAN AND HOW WOULD I FIX THIS?
    By Snaggle in forum General Questions
    Replies: 2
    Last Post: 15 Jun 2011, 10:27 PM
  3. Admin account would not work
    By ve39 in forum General Questions
    Replies: 11
    Last Post: 9 Nov 2010, 08:18 PM
  4. Which Shipping Module Would Work?
    By FatGuyinAZ in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Jun 2008, 06:14 PM
  5. Would this work?
    By ecommercegirl in forum General Questions
    Replies: 22
    Last Post: 19 Mar 2007, 03:42 AM

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