Announcement

Collapse
No announcement yet.

Single Product Per Page AUG Layout: Problem in Firefox

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

    Single Product Per Page AUG Layout: Problem in Firefox

    I'm lisitng a slimmed down version of the products as sub-section, as detailed in the AUG.

    It gives the look and feel that my client wants, however, we've noticed a problem:

    http://http://www.u-need-ink.com/aca...4800_Ink_.html

    If you Add to Cart at this Level (Sub-Section) you get an error message:

    The following product(s) can not be added to the cart.
    # You can find the error description(s) by following the link(s).Epson T0611 - Black Compatible Ink Cartridge
    The Qty box is in Red with the following text below:

    Quantity: The quantity must be a whole number between 1 and 32767.
    This is easily solved my actually typing in 1 within the Qty Box, but obviously doesn't look could to any potential customers!

    Adding the Product to the Cart at the Product Level yields no problems whatsoever...

    I'm sure I'm not the first person to come across this, but haven't found a thread which covers my plight yet, so thought I'd field the question.

    Thanks in advance,

    Rich

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides


    #2
    Scratch that...

    Copied the Qty Code from product level and replaced the Qty Code from the AUG and seems to have solved the problem.

    Give me some time to work out the difference and I'll post it.

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      Subtle Difference

      The only change I can see is the "name=" field, so from:

      Code:
      <span class="actrequired"><Actinic:Variable Name="QuantityPrompt"/></span>
      <input type="text" name="Q_<actinic:variable Name="ProductReference"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" />
      to:

      Code:
      <span class="actrequired"><Actinic:Variable Name="QuantityPrompt"/></span>
      <input type="text" name="Q_<actinic:variable Name="ProductID"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" />

      Army Gore-tex
      Winter Climbing Mitts
      webD's Blog: Website design, SEO and other ramblings…
      Twitter LinkedIN

      If you think a post is good, rate it!

      Find the answers in the Knowledge Base | Have you read the User Guides

      Comment


        #4
        Talking to yourself is a side effect of working with Actinic


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Well done - this will need to be amended in the advanced user guide. I'll get that sorted.

          Comment


            #6
            I don't remember talking to myself, do you?

            I don't think so...

            Unless I was thinking out loud again?

            Perhaps!

            Army Gore-tex
            Winter Climbing Mitts
            webD's Blog: Website design, SEO and other ramblings…
            Twitter LinkedIN

            If you think a post is good, rate it!

            Find the answers in the Knowledge Base | Have you read the User Guides

            Comment

            Working...
            X