Themes
Plugins
Collections
Collections
Theme Collection
Plugin Collections
Promo Collection
Services
Services
Custom Development
PPC for Ecommerce
Support & Learning
Support & Learning
Documentation
Forums
Tickets
Blog
About Us
About Us
Testimonials
Live Stores
Contact us
Register
Log in
Shopping cart
(0)
You have no items in your shopping cart.
My Downloads
Register
Log in
Shopping cart
Close
Themes
Plugins
Collections
Collections
Theme Collection
Plugin Collections
Promo Collection
Services
Services
Custom Development
PPC for Ecommerce
Support & Learning
Support & Learning
Documentation
Forums
Tickets
Blog
About Us
About Us
Testimonials
Live Stores
Contact us
Menu
Personal menu
Feature Request
Home
Forums
Extensions
Nop Quick View
Feature Request
Search
Advanced search
Reply
Support
Posted:
11 years ago
#2061
Quote
Status:
Moderator
Total Posts:
1044
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Quick View plugin for nopCommerce.
ezzat2k
Posted:
9 years ago
#9626
Quote
Total Posts:
34
Is there any way to include the price fore the related products in the quick view?!
only the picture and product name shows. it would be great to include the price as well.
please help, I'm running 3.40 / electronics Theme.
Thanks
hristo
Posted:
9 years ago
#9631
Quote
Status:
Moderator
Total Posts:
172
Hello,
you can show the prices of the related products in Quick View by adding some code to the css file of your plugin (QuickView.css):
.quickViewWindow .product-grid,
.quickViewWindow .product-grid .item-box,
.quickViewWindow .product-grid .item-box .details {
height:auto !important;
}
.quickViewWindow .product-grid .item-box .buttons {
display:none
}
This fix is specific for Electronics theme only.
Regards,
Hristo Gospodinov
Nop-Templates.com
ezzat2k
Posted:
9 years ago
#9634
Quote
Total Posts:
34
Dear,
Thank you for the quick response, however this only showed/added the Rating (stars), which is cool, but not the price.
I added the code as you had it.
can you please advise.
Thanks in advance.
hristo
Posted:
9 years ago
#9636
Quote
Status:
Moderator
Total Posts:
172
Can you please provide us with a working link to your website with Quick View enabled, so we can inspect the actual situation on your side?
Regards,
Hristo Gospodinov
Nop-Templates.com
ezzat2k
Posted:
9 years ago
#9706
Quote
Total Posts:
34
Sent you
Boyko
Posted:
9 years ago
#9711
Quote
Total Posts:
1570
ezzat2k wrote:
Sent you
Hi ezzat2k,
Where did you send it?
Could you please write it here or
Submit a ticket
if you don't want to share it here?
Regards,
Nop-Templates.com Team
ezzat2k
Posted:
9 years ago
#9722
Quote
Total Posts:
34
Boyko,
I sent you the URL in a PM, where we need to add price to related product (in Quick View Popup)
Thanks
hristo
Posted:
9 years ago
#9732
Quote
Status:
Moderator
Total Posts:
172
Hi again,
after checking your site, I can see you have to add some more changes (along with the changes described in my previous post):
.quickViewWindow .overview .add-info {
display:block
}
Please implement this code in the same way described in the previous post.
Let us know if there is anything else we can help you with.
Regards,
Hristo Gospodinov
Nop-Templates.com
ezzat2k
Posted:
9 years ago
#9747
Quote
Total Posts:
34
Thank you very much,
that did it. now the price is showing under related products. if its not too much to ask, any way to hide just the (ratting stars) it just makes the related products box a little big. but this is great. Thanks again.