- Posts: 39
- Thank you received: 0
Variants, Values, and Adding Quantities to Cart
14 years 10 months ago #30067
by CLDesign
Variants, Values, and Adding Quantities to Cart was created by CLDesign
Hi. I'm new to HikaShop, having just implemented it yesterday, but the forum has been very helpful - thanks for that 
One question... I have a product with several variants (similar to sandpaper, where a customer would frequently order that one product in several different grit sizes or variants at one time.) Unfortunately, as I have things set up now, the customer has to select each variant one by one, add them to the cart this way, and then adjust the quantities only once the product is in the shopping cart.
Is it possible to add a box or some option that would allow a customer to select more than one variant at a time, and also select the quantity as well? Before going into the shopping cart?
And one more question... I can't seem to properly realign the product title on this page (link below) to the center. I have read previous posts and tried altering the CSS, but it's still not working
This has been troubling me, so your help would be greatly appreciated! Thanks!
Also, my link is as follows:
bledsoe.cloudaccess.net/component/hikash...1-nato.html?Itemid=0
One question... I have a product with several variants (similar to sandpaper, where a customer would frequently order that one product in several different grit sizes or variants at one time.) Unfortunately, as I have things set up now, the customer has to select each variant one by one, add them to the cart this way, and then adjust the quantities only once the product is in the shopping cart.
Is it possible to add a box or some option that would allow a customer to select more than one variant at a time, and also select the quantity as well? Before going into the shopping cart?
And one more question... I can't seem to properly realign the product title on this page (link below) to the center. I have read previous posts and tried altering the CSS, but it's still not working
This has been troubling me, so your help would be greatly appreciated! Thanks!
Also, my link is as follows:
bledsoe.cloudaccess.net/component/hikash...1-nato.html?Itemid=0
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30088
by nicolas
Replied by nicolas on topic Re: Variants, Values, and Adding Quantities to Cart
Hi,
Sure, you can add a box for the quantity. In fact, you don't need to add the "add to cart" button in the description. There will be one displayed automatically with the quantity box if you enter a price for your product.
Also, if you use the automatic add to cart button, you can use the option "After a product is added to the cart" of the Checkout tab of the configuration to tell the system to stay on the same page when a variant is added so that the user can directly add a second variant to his order.
For the product name, you can use that CSS to center it:
.hikashop_product_top_part h1{ text-align: center !important; }
Sure, you can add a box for the quantity. In fact, you don't need to add the "add to cart" button in the description. There will be one displayed automatically with the quantity box if you enter a price for your product.
Also, if you use the automatic add to cart button, you can use the option "After a product is added to the cart" of the Checkout tab of the configuration to tell the system to stay on the same page when a variant is added so that the user can directly add a second variant to his order.
For the product name, you can use that CSS to center it:
.hikashop_product_top_part h1{ text-align: center !important; }
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30136
by CLDesign
Replied by CLDesign on topic Re: Variants, Values, and Adding Quantities to Cart
Thanks! I think that I have the cart issue corrected now. I just can't figure out where exactly I should add the CSS you posted previously. Can you provide some direction for that? Thanks again!
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30182
by nicolas
Replied by nicolas on topic Re: Variants, Values, and Adding Quantities to Cart
You can do that in the front end CSS file that you can edit via the Display tab of the configuration.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30211
by CLDesign
Replied by CLDesign on topic Re: Variants, Values, and Adding Quantities to Cart
Thanks! It finally worked! Now I just need to add some space between the product name at the top, and the image and variants below it. How would I add a few lines of space there? I assume that I have to edit something under Display > Views?
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30228
by nicolas
Replied by nicolas on topic Re: Variants, Values, and Adding Quantities to Cart
You can use CSS for that too:
.hikashop_product_top_part h1{ padding-bottom 20px !important; }
.hikashop_product_top_part h1{ padding-bottom 20px !important; }
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30282
by CLDesign
Replied by CLDesign on topic Re: Variants, Values, and Adding Quantities to Cart
I tried adding it in the same place - Configuration>Display>Front End CSS, but for some reason it didn't work
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30337
by nicolas
Replied by nicolas on topic Re: Variants, Values, and Adding Quantities to Cart
Ah yes, I forgot a semi colon. It should have been:
.hikashop_product_top_part h1{ padding-bottom 20px: !important; }
.hikashop_product_top_part h1{ padding-bottom 20px: !important; }
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30348
by CLDesign
Replied by CLDesign on topic Re: Variants, Values, and Adding Quantities to Cart
Unfortunately, it's still not working
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30350
by nicolas
Replied by nicolas on topic Re: Variants, Values, and Adding Quantities to Cart
Sorry, I misplaced the semi colon. Try with that:
.hikashop_product_top_part h1{ padding-bottom: 20px !important; }
.hikashop_product_top_part h1{ padding-bottom: 20px !important; }
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30354
by CLDesign
Replied by CLDesign on topic Re: Variants, Values, and Adding Quantities to Cart
Yes, that worked. Thanks!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds