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
});
Hello,
Have you made any custom modifications to the source code of the nopCommerce?
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.
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.
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).
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.
Hi,
Try to clear all the ASP .NET temporary files.
Hello Marco,
It is possible to add a new Rule.
Please read this article for more information.
Hello,
In our documentation, there is an article How to upgrade a theme. Please read it for more information.