• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Different drop down quantity option for different catalogues

New Here ,
Aug 14, 2017 Aug 14, 2017

Copy link to clipboard

Copied

Hi

I am using the WebCommerce Adobe plan and have two catalogues. one for table lamps and one for floor lamps.

Table lamps are sold in pairs, floor lamps singularly.

Is there a way to allow my table lamps catalogue to show a drop down menu in quantities of 2 / 4 / 6 / 8 etc and my floor lamps to show 1 to 10?

Currently I can only see how to change the menu in the Individual Product Small / Large section which applies to all catalogues.

I have set my minimum quantity for table lamps to 2, and customers will receive a warning if they try to select 1, however they are still about to select higher odd numbers such as 3 or 5, causing me to contact them after the fact and explaining to them that we only sell in pairs.

Here is the current code I'm working with:

<div class="shop-product-small clear">

<h5 style="text-align: center;">{tag_smallimage}</h5>

<h5 style="text-align: center;"><span style="font-size: 16px;">{tag_name_nolink}</span><span style="text-align: left;"><br />

</span></h5>

<ul>

    <h5>

    <li style="text-align: center;"><strong><span style="font-size: 16px;">PRICE   {tag_saleprice}</span></strong></li>

    <li class="stock" style="text-align: center;"><span style="font-size: 16px;">QUANTITY   <select id="Units_{tag_productid}" class="productTextInput" name="AddToCart_Amount">

    <option value="1">1</option>

    <option value="2">2</option>

    <option value="3">3</option>

    <option value="4">4</option>

    <option value="5">5</option>

    <option value="6">6</option>

    <option value="7">7</option>

    <option value="8">8</option>

    <option value="9">9</option>

    <option value="10">10</option>

    </select> </span></li>

    <li class="quantity" style="text-align: center;">

    <style type="text/css">

        p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}

    </style>

    {tag_addtocart,<img alt="" src="/Images/addtocartbutton.svg" width="160" height="50" />}

    </li>

    </h5>

</ul>

</div>

Any help would be appreciated!

Thank you!

Views

213

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Aug 15, 2017 Aug 15, 2017

Copy link to clipboard

Copied

Hey gruesomepeach,

Looks like this is a Business Catalyst site query.

Hence moving it to the appropriate forum for a relevant answer.

Regards,

Ankush

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 15, 2017 Aug 15, 2017

Copy link to clipboard

Copied

to ask the obvious question; if you sell them as pairs then list them as pairs as well?

so 1 = 1 pair and 3 = 3 pairs (6 items total)

p.s, Moved to business catalyst

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 15, 2017 Aug 15, 2017

Copy link to clipboard

Copied

LATEST

Hi and thank you for your suggestion.

Unfortunately I believe this would confuse my customers, especially since the floor lamps are sold singularly.

Hopefully the BC team can give me some help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines