5 / 5
Dec 2012

Hi all,



I only sell 1 item that comes in 2 colors. A friend made the site for me years ago and everything was fine until recently. Now the e junkie code no longer distinguishes between the 2 different colored items. Does anyone have any idea how to fix this easily?



Thanks,

Wayne

  • created

    Dec '12
  • last reply

    Dec '12
  • 4

    replies

  • 1.4k

    views

  • 2

    users

  • 3

    links

Could you provide a link to the page where you're using our cart button code, so we can see what might be going on there?

It appears you're using the FatFreeCart.com service, rather than E-junkie (aka "FatFreeCart Pro"). This page documents the cart button code configuration for FatFreeCart:

http://www.fatfreecart.com/code.html



Please bear in mind that we provide the FatFreeCart.com service on a strictly do-it-yourself basis with no support whatsoever (that's a major reason it's free :^), so you're expected to figure it out and troubleshoot any issues you may have with that on your own. If you decide to upgrade to the paid E-junkie cart service (aka "FatFreeCart Pro"), that does of course include support with your subscription. Since we don't normally provide support for FatFreeCart, our support team isn't very familiar with how it works, but we can try to answer your question this time.



It appears the button code for this product has been set up as two different products, one for each color, with the Item Number set as the color -- e.g.:



<input type="hidden" name="item_number" value="Blue">



With that approach, you'd normally look at which Item Number was purchased to determine the color; however, the button code for both products has an extra input tag for "item_number", and these extra tags use the same number for both products:



<input type="hidden" name="item_number" value="1"/>



Deleting the extra tag shown above for both products should restore the cart to expected behavior.

Thanks - I didn't really which version was on my pages. Thanks so much for your help though - I truly appreciate it.



Thanks again,

Wayne