Close

Feature Request

Support
11 years ago
#2061 Quote
Avatar
  • Moderator
  • 1044
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Quick View plugin for nopCommerce.
ezzat2k
8 years ago
#9626 Quote
Avatar
  • 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
8 years ago
#9631 Quote
Avatar
  • Moderator
  • 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
8 years ago
#9634 Quote
Avatar
  • 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
8 years ago
#9636 Quote
Avatar
  • Moderator
  • 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
8 years ago
#9706 Quote
Avatar
  • 34
Sent you 
Boyko
8 years ago
#9711 Quote
Avatar
  • Moderator
  • 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
8 years ago
#9722 Quote
Avatar
  • 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
8 years ago
#9732 Quote
Avatar
  • Moderator
  • 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
8 years ago
#9747 Quote
Avatar
  • 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.