nopCommerce 3.40 roadmap and estimated release date. Let's discuss.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
a.m. wrote:


Can you fit the following version 3.40?
Frank
Point 1. Haven't got what exactly you mean. Please clarify. Sorting and paging of products is already supported



Hi Andrei,

I have following level category.

E.g. toner >> brother >> HL >> HL-2020
When I click on the toner the subcategories are right. You will be sorting and paging.
Then click on sub-categories again sorting and paging should be "HL". etc.
I will display the products only as "HL-2020".


I hope you understand me.

Frank
9 years ago
fbfrank wrote:
...I hope you understand me.

No, I still don't understand
9 years ago
a.m. wrote:
...I hope you understand me.
No, I still don't understand


http://www.sokoto.eu/img/categorie.jpg
9 years ago
fbfrank wrote:
http://www.sokoto.eu/img/categorie.jpg

I do not understand your suggestion. What is displayed on your screenshot - product, sub-categories? Please fully describe what exactly you mean (with some examples). Sorting and paging of sub-categories?
9 years ago
a.m. wrote:
MINOR ANNOUNCEMENT: We've already started the process for moving from Mercurial to Git. It'll be still hosted on Codeplex. It'll be finished in the next several days

... fyi,  note that all  links to changesets in old forum posts are now broken.
9 years ago
New York wrote:
... fyi,  note that all  links to changesets in old forum posts are now broken.

thanks for info. Unfortuantely, that's true. But not sure that it's possible to fix it. it's more a codeplex issue rather than nopCommerce one

a.m. wrote:
MINOR ANNOUNCEMENT: We've already started the process for moving from Mercurial to Git. It'll be still hosted on Codeplex. It'll be finished in the next several days

Done. Now we're using Git (still on Codeplex). But we have one issue after migtation:

1. Clone the new repository (https://nopcommerce.codeplex.com/SourceControl/list/changesets) using Git
2. Now open the solution in Visual Studio. Just open. Nothing more. Wait 1-2 minutes. Nuget or VS will update some files from \packages (e.g. \packages\KendoUI ones). It does not change their content them changes their modify date.
3. Now when you open the Git commit tool, then you'll see a list of "modified" files. When you click on them you'll see the following warning - http://downloads.nopcommerce.com/share/git_warning.png

Could anybody else also try these steps and let me know if you experience the same? Maybe, it's only for me? Because sometime it happens, sometimes not. I'm completely confused. Your help is HIGHLY appreciated

P.S. I tried both tools - http://msysgit.github.io/ and https://windows.github.com/. The first one even hangs up after these steps.
9 years ago
a.m. wrote:
... fyi,  note that all  links to changesets in old forum posts are now broken.
thankd for info. Unfortuantely, that's true. But not sure that it's possible to fix it. it's more a codeplex issue rather than nopCommerce one

MINOR ANNOUNCEMENT: We've already started the process for moving from Mercurial to Git. It'll be still hosted on Codeplex. It'll be finished in the next several days
Done. Now we're using Git (still on Codeplex). But we have one issue after migtation:

1. Clone the new repository (https://nopcommerce.codeplex.com/SourceControl/list/changesets) using Git
2. Now open the solution in Visual Studio. Just open. Nothing more. Wait 1-2 minutes. Nuget or VS will update some files from \packages (e.g. \packages\KendoUI ones). It does not change their content them changes their modify date.
3. Now when you open the Git commit tool, then you'll see a list of "modified" files. When you click on them you'll see the following warning - http://downloads.nopcommerce.com/share/git_warning.png

Could anybody else also try these steps and let me know if you experience the same? Maybe, it's only for me? Because sometime it happens, sometimes not. I'm completely confused. Your help is HIGHLY appreciated

P.S. I tried both tools - http://msysgit.github.io/ and https://windows.github.com/. The first one even hangs up after these steps.


Yes, I also experiense the same.

In my computer the content of the files not change. But, I think the line ending changed.

When Line Endings changed, Git will see those files as changed.

I know that, because when I run git diff the console printed.
"Warning: LF will be replaced by CRLF in src/packages/KendoUIWeb.2014.1.318/conte..."
9 years ago
A.M. It might be too late for this but I highly recommend the git flow extensions for git. They really simplify the workflows for team based production (not to mention the ease of allowing someone outside of the team to create a patch or feature enhancement and submit it for review).

If you've never heard of it here's a bit of a read on the branching model.... http://nvie.com/posts/a-successful-git-branching-model/

and here is the link to the extensions that make it all easy as pie... https://github.com/nvie/gitflow
9 years ago
agusputra wrote:
...the line ending changed...

IMPORTANT: Spend almost two days trying to get it working. I just don't know how to fix it. Tried almost everything. Any suggestions from the community who has some Git experience? You help is highly appreciated

P.S. Worked with almost all SCM before (Subversion, TFS, Mercurial, etc) but never worked with Git. First meeting wasn't as good as expected =))


cybernexus wrote:
...http://nvie.com/posts/a-successful-git-branching-model/
...https://github.com/nvie/gitflow

Thanks a lot. I'll have a look
9 years ago
a.m. wrote:

IMPORTANT: Spend almost two days trying to get it working. I just don't know how to fix it. Tried almost everything. Any suggestions from the community who has some Git experience? You help is highly appreciated


This is a shot in the dark but try the following line change in the .gitattributes file

replace * text=auto with * -crlf
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.