nopCommerce 2.60 roadmap. Let's discuss.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 лет назад
Andrei,

The list of features for 2.6 version looks great.

Any thoughts on this ? - > https://www.nopcommerce.com/boards/t/7475/number-of-ways-in-which-an-order-status-could-be-completed.aspx

Just like Upsell products, I guess addition of checkbox in the relation product would be great addition so that customer don't have to go to specific product page and they can add the relation product right from the list below the product.

Few suggestion(s):

1) I guess an addition of a Label saying "Price" or "List Price" would be great before the price amount on the product page, because right now, it just shows the amount. Like if we see this: http://demo.nopcommerce.com/p/26/etnies-mens-digit-sneaker (It should say: Price: $17.56 - instead of just $17.56). This way it will make more sense.

2) Seems like a lot of nop user are concern about the domain.com redirection to www.domain.com. Would be great to have this setting in the official release.
12 лет назад
abcd_12345 wrote:
No, this task is not planned to be included in 2.60
12 лет назад
Hi andrei, any thoughts on https://www.nopcommerce.com/boards/t/14964/auto-updates.aspx ?
12 лет назад
nopDev wrote:
My thoughts are here. It's not planned to be implemented in 2.60. You can vote for this task here
12 лет назад
Any chance of optimising the import , export functionality, its quite slow.
12 лет назад
a.m. wrote:
Id-less Urls didn't make the cut???  Bummer...
Still thinking about it. But most probably it'll also be implemented.


I have this built into a store located here http://www.minespress.com/

I'm not sure my solution is the most elegant, however for our purposes it works great. Would you like me to make a fork and post the changes in code I made to make id less urls work?
12 лет назад
Andrei,

I've been playing around with a different method of "wiring up" routes, controllers and dependencies using a custom nop.application.config file.

This has allowed me to build custom dll projects separate from the entire nop source code. I could see this helping in the allowing future updates automatically area. In addition it also allows to adjust routes via the admin console, if you want to customize your route urls.

I have been working on this and may have something ready in near time to present to you guys but in practice it would allow for the ability to write themes themselves as installable plugins (along with custom controllers, views, view models, etc.) This way the modification of a theme could go far beyond views, each theme could be independently optimized for performance and behavior.

Would you be interested in this type of change?
12 лет назад
cybernexus wrote:
Andrei,

I've been playing around with a different method of "wiring up" routes, controllers and dependencies using a custom nop.application.config file.

Would you be interested in this type of change?


Interested! This is really what nopcom needs, better plugin and flexible architect design!!
12 лет назад
cybernexus wrote:
would you like me to make a fork and post the changes in code I made to make id less urls work?


cybernexus wrote:
Would you be interested in this type of change?


Sure. Please create a fork
12 лет назад
Could we add the ability to only make the admin pages, login, and checkout pages use https and all other pages to use http? From an SEO standpoint, having http and https is like having a www version of your website and and a non-www version and can be seen as duplicate content. Also, loading all pages with https has a greater load on the server it's hosted on, so load times are longer and that can have an impact on if bots stay on the site.

I know that right now if you browse to a nop site, it stays with http, but after logging in and then browsing the website, it changes to https.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.