Add arrows or + - near "amount" in product detail
Rate this topic:
- GK User
- Mon Apr 24, 2017 6:20 pm
- Reply with quote
- Report this post
Hi,
How can I add some arrows or + - buttons near "amount" field in product detail? Or an "update" button.
Thank you.
How can I add some arrows or + - buttons near "amount" field in product detail? Or an "update" button.
Thank you.
-
- Senior Boarder
- teitbite
- Tue Apr 25, 2017 10:15 am
- Reply with quote
- Report this post
Hi
I think it's there, just hidden. Please tell me the url to the exact page You've made this screenshot from so I'll check.
I think it's there, just hidden. Please tell me the url to the exact page You've made this screenshot from so I'll check.
-
- Moderator
- GK User
- Tue Apr 25, 2017 4:31 pm
- Reply with quote
- Report this post
http://quadradodentado.com/style/index. ... t-6-detail
Here you may find a quickstart installation with that issue.
Here you may find a quickstart installation with that issue.
-
- Senior Boarder
- GK User
- Thu Apr 27, 2017 6:55 pm
- Reply with quote
- Report this post
ac_amil wrote:http://quadradodentado.com/style/index.php/shop/category-layout/product-6-detail
Here you may find a quickstart installation with that issue.
Any news?
-
- Senior Boarder
- teitbite
- Sat Apr 29, 2017 9:08 am
- Reply with quote
- Report this post
Hi
Please do not bump Your own thread. It only resets last activity time and pushes Your question to the end of the queue.
Add this to override.css:
Please do not bump Your own thread. It only resets last activity time and pushes Your question to the end of the queue.
Add this to override.css:
- Code: Select all
.quantity-controls.js-recalculate {
display: block !important;
margin-top: 10px;
}
-
- Moderator
- GK User
- Thu May 04, 2017 5:46 pm
- Reply with quote
- Report this post
Thank you, it worked.
However, the buttons should be near quantity and not beside "add to cart".
Before adding the buttons, "quantity" was after "add to cart".
It should be "quantity" buttons and, in the next line, "add to cart".
Could you help me, please?
However, the buttons should be near quantity and not beside "add to cart".
Before adding the buttons, "quantity" was after "add to cart".
It should be "quantity" buttons and, in the next line, "add to cart".
Could you help me, please?
-
- Senior Boarder
- teitbite
- Tue May 09, 2017 10:04 am
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.addtocart-area label.quantity_box,
.addtocart-area span.quantity-box,
.addtocart-area .quantity-controls.js-recalculate {
float: left;
}
.addtocart-area .addtocart-button {
clear: both;
}
-
- Moderator
- GK User
- Sun May 14, 2017 1:11 am
- Reply with quote
- Report this post
Thank you, it worked just fine.
-
- Senior Boarder
- teitbite
- Wed May 17, 2017 12:51 pm
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
9 posts
• Page 1 of 1