Add arrows or + - near "amount" in product detail

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
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.
User avatar
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.
User avatar
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.
User avatar
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?
User avatar
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:

Code: Select all
.quantity-controls.js-recalculate {
    display: block !important;
    margin-top: 10px;
}
User avatar
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?
User avatar
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.

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;
}
User avatar
Moderator

GK User
Sun May 14, 2017 1:11 am
Reply with quote
Report this post
Thank you, it worked just fine.
User avatar
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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.