Close

Profile: SDobrev

Avatar

User posts

Hello,

We are broadcasting events to refresh the panels

You can use the ExternalController located in Plugins\SevenSpikes.Nop.Plugins.RealOnePageCheckout\Scripts\app\external\external.controller.min.js

To listen for an event use this code inside the ExternalController function:

    $rootScope.$on("refresh", function (event, data) {
        if (data.controller != undefined && data.controller == "BillingAddressController") {
            // Refresh only billing address controller
        }

        // Refresh
    });


In the data.controller you can find which panel would be refreshed.

Hello,

Have you made any custom modifications to the source code of the nopCommerce?

6 years ago

Hi,

Can you please submit a ticket with more information about the problem?

Also if it is possible provide admin credentials to your site in the ticket so we can further investigate this issue.

Thank you.

6 years ago

Hello,

Please check in your System Log if there are any errors related to the Mega Menu plugin.

Hello,

Unfortunately, this is not possible.

There is also server-side validation so you can not complete the checkout without filling the fields even if you disable the client-side validation.

6 years ago

Hello,

This might be a configuration issue. Go to the Uptown theme settings and Reset the default settings of the theme.

If the problem is not resolved please submit a ticket with more information(product version, store URL).

6 years ago

Hello,

The add to cart button is hidden with CSS. The reason is that if you click on the Add to cart button there will be two popup windows (QuickView and AjaxCart).

You can remove the CSS code that hides the buttons but please note that they are not styled for the theme.

In the related products, there are four items by design. The products are rendered in the markup but are hidden. Unfortunately, it is not possible to show them without modifying the CSS code.

Exception
6 years ago

Hi,

Try to clear all the ASP .NET temporary files.

6 years ago

Hello Marco,

It is possible to add a new Rule.

Please read this article for more information.

6 years ago

Hello,

In our documentation, there is an article How to upgrade a theme. Please read it for more information.