Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Location
    San Diego
    Posts
    14
    Plugin Contributions
    0

    Default swatches problem

    So I can make a drop down for all my products - using the latest attributes controller. (1 name and 30 values and 30 swatches uploaded.)

    But it does not copy the swatches over, and I am NOT going to sit and upload the same swatches over and over for 10 - 20 products...

    Please tell me there is a better way or that i'm doing something wrong.

    ver. 1.37 / dual pricing mod / are the only things i have right now.

    --------------------
    manually entered all swatches (time consuming)
    http://lavendermeadows.com/wholesale...products_id=66

    assigned drop down to this item (no swatches??)
    http://lavendermeadows.com/wholesale...products_id=64
    --------------------

  2. #2
    Join Date
    May 2008
    Location
    San Diego
    Posts
    14
    Plugin Contributions
    0

    Default Re: swatches problem

    I think i have an issue with my db... looks like I need to start from scratch

  3. #3
    Join Date
    May 2008
    Location
    San Diego
    Posts
    14
    Plugin Contributions
    0

    Default Re: swatches problem

    Quote Originally Posted by Danielle View Post
    Got it!!! Thanks to Marg from an archived thread

    If you're getting this error when trying to copy attributes:


    Here is the solution:

    In admin/includes/functions/general.php, find the following line:
    '" . $products_copy_from->fields['options_values_price'] . "',

    Right under it, add this line:
    '" . $products_copy_from->fields['options_values_price_w'] . "',

    Now in the same file, just a little further down, find this line:
    options_values_price='" . $products_copy_from->fields['options_values_price'] . "',

    Add this line right underneath:
    options_values_price_w='" . $products_copy_from->fields['options_values_price_w'] . "',

    It works beautifully now
    the fix on page 5
    http://www.zen-cart.com/forum/showth...t=43216&page=5

 

 

Similar Threads

  1. Horizontal Swatches VS. Vertical Swatches
    By GoldBuckle in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 28 Jun 2007, 07:09 PM
  2. color swatches...
    By khopek in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 30 Oct 2006, 06:52 PM

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