| |
Salve,
il worker process sotto cui gira l'applicazione deve esser almeno .NET 2.0 o al più .NET 4, ma serve l'hosting Win2008. Mi contatti in privato in quanto abbiamo hosting per NOP apposito e supporta anche la v3.
Posted:
17 days ago
|
I've developped a payment plugin that manipulate the order. So I need to to refresh the view cart in the last step before confirm. It's posible to refresh the view?
Posted:
25 days ago
|
Or you can point to DLL included into Nop Source packages folder
..._Sources\nopCommerce_2.65_Source\packages\aspnetmvc\System.Web.Mvc.dll
Posted:
27 days ago
|
a.m. wrote:Open PaymentCCAvenueController.cs and replace
return RedirectToRoute("CheckoutCompleted");with
return RedirectToRoute("CheckoutCompleted", new { orderId = order.Id});let me know if it helps
Works... This was changed frim 2.8v
Posted:
28 days ago
|
La localizzazione in italiano esiste già.
Posted:
one month ago
|