Close

Profile: Support

Avatar

User posts

11 years ago

Hi violabg,

Well spotted! We have adjusted the if-statement and uploaded the fix on our website. Thank you again for your feedback!


Bugs
11 years ago

petert wrote:
Unpaid orders reminder rule sends messages to customers of deleted orders.


Hi petert,

Thank you for your feedback.

We have fixed that and uploaded it on our site. You can update your Nop Customer Reminders plugin by following this article.

Please let us know if we can help with anything else!

Thanks!

Bugs
11 years ago

cyberspy wrote:
Hi,
I've just added jCarousel to my site (which is still under development so it's not publicly visible)
I used the 'Home Page Featured Products' as the data source type, and it's fully populated with products, and it scrolls correctly most of the time. So far so good.
When I mouse over a product, a grey panel slides up with the name of the product, the price and a 'Details' button
If I click the 'Details' button, I'm taken off to the correct product page

However, if I click anywhere else in the grey panel, it takes me off to a page called /undefined, with the resultant 404 message

How can I make the URL of the grey panel point to the same place as the 'Details' button.

I'm using nopCommerce 3.10 with the Alfresco theme and the plugins that came with that theme.

Thanks


Hi cyberspy,

Thank you for your feedback!

By design in the Nop Alfresco theme in the Nop JCarousel items only the details button and the title should be links pointing to the product page. There was a bug in the theme, but we have fixed that and uploaded on our site. You can download the theme again and replace the ~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Views/JCarousel/JCarousel.cshtml file with the one from the downloaded theme.

Please let us know if the problem still exists!

11 years ago

Hi Zherry,

Thank you for your suggestion. We will consider implementing. Can you propose it in our user voice portal as well and share a little more information about this feature. Should the tooltip text be set from the administration of the plugin? Should you have tooltip only when using the product ribbons with image or it should have tooltip when making a ribbon with css only.

Looking forward to your reply.

11 years ago

Topic for general discussion regarding the Nop Alfresco Responsive Theme.

Bugs
11 years ago

Topic for reporting any Nop Alfresco Responsive Theme problems.

11 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Alfresco Theme for nopCommerce.

Hi rscott78,

Thank you for your feedback. We have fixed that and uploaded on our site.

Thanks again!

rscott78 wrote:
For what it's worth, this css in the styles.css seems to work well. I'd love to see you add it to your style sheet since it'll benefit everyone and also it'll make it so I don't have to add custom stuff with every update. :)


.product-details-page .full-description ul,
.product-details-page .full-description ol { margin-left: 25px; }
.product-details-page .full-description p {margin-top: 9px; }

11 years ago

rscott78 wrote:
Hi guys,

We are happy to announce the release of the Theme Roller for the Electronics theme for nopCommerce 3.0.
With the release of the Theme Roller we also improved the whole theme as well as the theme forum (as requested).

Enjoy the Theme Roller and showcase us what you have done with it!

Thanks

New theme roller for Electronic theme is looking great (http://store.incontrolzwave.com/boards)! I appreciate the effort you took to get this up and running.

A few questions about certain elements:

- I noticed that my menu rollovers continue to be the original green, yet your theme roller sample site seems to get around that. Is there a setting I need to set somewhere?
- My links in the bottom footer bar are the original color so they don't work well.
- I notice you are able to put links in your signature; is that something you released with this theme or is that a customization that I'd need to put in?
- Finally... anyway I can make my "quote" button look like your raised button?


Hi,

We have fixed and deployed the fixes on our site. Please download your theme again, replace the ~/Themes/Electronics/Content/CSS/styles.css with the one from the downloaded package and go to your My Account -> Theme Roller page and download the built theme again.

As to your two additional questions, the links signature in our forum is a customization we have made for our need.

Hope that helps!

Please let us know if there are any other issue with the Theme Roller!

11 years ago

silat wrote:
Hello !

Thank you for your quick answer ! I have downloaded the theme and installed it on my little shop. It seems to work fine.

However, one bug I noticed : on the home page, the old price is not crossed.

I am not an CSS expert, but the class="price old-price" does not seem to have a concordance in the css file.

Could you help?

Warm Regards,

MT


Hi silat,

Thank you for your feedback. We will fix this in the theme. You can integrate the fix by modifying the ~/Themes/DarkOrange/Content/styles.css file as shown below:

find and replace the following 3 definitions with the ones below:

.product-grid .product-item .add-info .prices .actual-price, .product-grid .product-item .add-info .prices .old-price {
                margin: 0px;
            }

                .product-grid .product-item .add-info .prices .actual-price {
                    color: green;
                }

                .product-grid .product-item .add-info .prices .old-price {
                    color: Red;
                    text-decoration: line-through;
                }

Hope that helps!