nopCommerce 3.00 roadmap. Let's discuss.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
I use this method.  It works, except for the minor problems as mentioned in that post, which I'm sure can be fixed, but I just haven't had time to look into it (I just manually copy the two files).
11 years ago
organic wrote:
So impressed. I wish Nop 3 can be published from Visual Studio directly. I made a lot of customisation and in the end, my project cannot be packaged with error.

Please vote here
11 years ago
Dear all,

Could you please add theme editor/file manager so that siteadmin can edit the theme style online ?

also, tinymce editor currently tends to use full path http://domain.com/content/images/abc.jpg which is very inconvenient because if later on, i move the site to other domain, then all image links will be wrong path.

it's a real scenario, since usually we use a temp subdomain for site demo before publishing to the full domain.

should be only   /content/images/abc.jpg.

>> tinyMCE.init({
     relative_urls : false,
convert_urls: true
...


One more, tinymce default settings use P instead of <br/>, and not many normal end users know to use Shift + Enter to enter a single line. It's all double space.

>>   tinyMCE.init({
             forced_root_block: false,
            force_p_newlines: false,          
            force_br_newlines: true

...

Happy coding.
11 years ago
Are there any published thoughts/details on how the product/product variant data structure will be changed?

http://nopcommerce.codeplex.com/workitem/10027

Should we have a seperate topic to discuss this fundamental change?
11 years ago
I should have read the roadmap before posting yesterday (noticed the post was deleted) -

With regards to the "Dropshipping and multiple warehouse support. Multi-vendor support."

I've written multi-distributor support for another site a couple of years ago and would like to share an interactive (but non functioning) demo link (written as a proof of concept) showing multi-distributor posting (or warehouse) idea that could be used in version 3 (or later).



http://www.miraclecat.com/orderpostdemo.htm

notice the color-coding on the dropdowns (best selection, out of stock, or not available)

It's my lame way of contributing :)
11 years ago
It looks like the 3.0 product will have a lot of great features!  A couple of questions:
1) How reliable is the June date?
2) Is any of the code available to see the new features?

Steve
11 years ago
what about the blog SEO ? nop hasnt blog seo settings for title,friendly page name and blog post seo keywords settings,and all blog post works without seo support , what about the 3.0 blog pages ?
11 years ago
CodeMaster wrote:
what about the blog SEO ? nop hasnt blog seo settings for title,friendly page name and blog post seo keywords settings,and all blog post works without seo support , what about the 3.0 blog pages ?

Sure. Please vote for this work item here
11 years ago
Hello,
It would be great to improve a specification filter sorting as you can see at http://www.lightingnewyork.com/category/sconces.html?pageIndex=1&price=0&sale=discount&cat=0&finish_type=0&finish_color=17&width=0&height=0&nob=-1&brand=0&energystar=0&darksky=0&ada=0&title24=0&title20=0&sort=mostPopular

In exist 2.80 version when we select one specification attribute and another, the system not allow us to uncheck specified, only to delete all filters at once.

It will very improve usability of nopCommerce, because very hard to find products on category/manufacturer page.

Thanks
11 years ago
Hi Andrei,
For downloadable products, seems the demo site only display one product variant, I tried on demo site as well as nop 2.6, 2.7 and 2.8,
Could this be a bug?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.