Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Basic price plus multiple purchase options
Author « Topic »  

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 10/18/2018 :  05:42:45  
We have a requirement to have a basic price for the 'core system', to which then customers add options from the multiple options to complete the system.

But when I add a basic price to a product that has multiple purchase options, it adds that price to every single multiple purchase option.

Is there a way around this, or a way to do it I'm not smart enough to think of?

Andy
ECT Moderator

95440 Posts

Posted - 10/18/2018 :  05:57:35  
Hi

Would making the base product price zero and factoring in the real price into the options work for you?

Andy

Please feel free to review / rate our software

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 10/18/2018 :  06:14:22  
I know what you mean, but it wouldn't work in this case. We want to take the video doorbell and the power supply out of the options. This might make it clearer:

Here is a link to the product:

https://www.intelligenthomeonline.com/proddetail.php?prod=Cat5GenwaySelousMuse


We had it before that the doorbell and the power supply were additional multiple options, but people would put random numbers in the boxes, and then we'd have to cancel the order and explain to them why that order wasn't valid.


We are trying to limit them down so they don't make needless mistakes.

Andy
ECT Moderator

95440 Posts

Posted - 10/18/2018 :  06:24:54  
Just so I understand, should the customer be able to buy multiple monitors with the base product or would they only ever want to buy one?

Andy

Please feel free to review / rate our software

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 10/18/2018 :  06:36:16  
They can buy up to four monitors. They should only ever buy one hub.

Andy
ECT Moderator

95440 Posts

Posted - 10/18/2018 :  06:37:03  
Looking at your layout, wouldn't it be better to have the product name, options, price and add to cart to the right of the image - not a big deal but would make buying easier and lose some of that white space.

Andy

Please feel free to review / rate our software

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 10/18/2018 :  07:06:46  
Sure. Is there a quick 'n easy way to do that?

Andy
ECT Moderator

95440 Posts

Posted - 10/18/2018 :  07:15:11  
For the options I think the best solution is the drop downs you have there now. Does that work ok for you?

For the layout I would set the div.detaiimage to say 48%

div.detailimage{
width:48%;
padding:10px;
float:left;
}

and then anything to go to the right of the image set to a 50% width eg

div.detailname h1 {
font-size: 1.8em;
margin:5px;
float:left;
width:50%;
border-bottom:1px solid #eee;
}

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000