Announcement

Collapse
No announcement yet.

Category 'xxx,xxx' is not available at this time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Category 'xxx,xxx' is not available at this time

    hi,

    we have a problem with one of our categories, referred to xxx in the title - more specifically Guardian_Liquid_Cooled,Guardian_Liquid_Cooled.

    if you go to this link
    [ http://zillerelectric.com/Guardian_L...r_QT02516.html ] and try to add the product to your basket, you are taken to a page saying "Category 'Guardian_Liquid_Cooled,Guardian_Liquid_Cooled' is not available at this time."

    BUT - it still adds it to your basket. how do i go about resolving this error?

    there is a block to the left of the error text with a Sign In link and links to our other pages, does this have to do with not being logged in?

    thank you,
    brian

    #2
    Re: Category 'xxx,xxx' is not available at this time

    In the add to basket form you have the category_code input in there twice. You need to delete one of those lines.

    <form method="post" action="http://zillerelectric.com/mm5/merchant.mvc?">
    <input type="hidden" name="Action" value="ADPR">
    <input type="hidden" name="Screen" value="PROD">
    <input type="hidden" name="Store_Code" value="ZLL">
    <input type="hidden" name="Product_Code" value="Guardian_Generator_QT02516">
    <input type="hidden" name="Category_Code" value="Guardian_Liquid_Cooled">
    <input type="hidden" name="Category_Code" value="Guardian_Liquid_Cooled">
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Category 'xxx,xxx' is not available at this time

      ah yes that was it! thank you so much for the amazingly quick response :D

      Comment

      Working...
      X