nopCommerce 3.70 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.
8 years ago
ah... to bad..

We use it in a custom ProductTemplate.cshtml (I'll add the project showcase once it's live ;-):

 @foreach (var attributeValue in attribute.Values)
                            {
                                <div class="grid-33">
                                    <input id="@(controlId)_@(attributeValue.Id)" type="radio" name="@(controlId)" value="@attributeValue.Id" checked="@attributeValue.IsPreSelected" />
                                    <label for="@(controlId)_@(attributeValue.Id)">
                                        <h5>@attributeValue.Name  
                                            <span>@if(attributeValue.PriceAdjustment != null) {@attributeValue.PriceAdjustment}</span>
                                        </h5>
                                        @Html.Raw(attributeValue.Description)
                                    </label>
                                </div>
                            }


for example you could use it on the page below to display a info marker next to each AttributeValue options to display some more information:

http://demo.nopcommerce.com/build-your-own-computer

PS: too bad I missed the nopDevDay btw!!!
8 years ago
when you plan to complete the work on version?

m.
8 years ago
mateuszherc wrote:
when you plan to complete the work on version?


https://www.nopcommerce.com/boards/t/36603/nopcommerce-370-roadmap-and-estimated-release-date-lets-discuss.aspx?p=10#154334
8 years ago
me.veerendra wrote:
Update Shopping Cart, Continue Shopping buttons are making confusion while checking out by customer.
Customer do not see Checkout button and they again and again click on Continue Shopping and Update Shopping cart button.

Suggested Solution:
1. Update Shopping Cart => Change text to  "Remove Selected Product(s)"
2. Checkout => Please add one more checkout button above Cart.
         Or
          Make some design changes so that all button can be visible at the same time.

You can do it now. Just go to language settings, search for each token and replace it as you like. Furthermore, you can style buttons easily editing the releted styles in style.css.
8 years ago
ChuckR wrote:
Hi Andrei,

With 3.7 release getting close, one of the key items that has been on the last few version roadmaps was (Ability to assign catalog price per currency).  In the previous 3.6 roadmap it was discussed and you were on the fence then.  This is a really important feature that hopefully will make it in now. I only bring this up as it looks like the CodePlex workitem has changed to a 3.8 release.
If there is anything that can be done to avoid waiting another 6 months for 3.8 to get this out of the box in 3.7, it would be appreciated...and would be a great core feature for the platform that differentiates from the competition.  The votes are in on codeplex with over 80 people wanting this. Let's get this in for 3.7 !

Thanks
Chuck


Agree. This is one of the great feature adding lot of value and take nop ahead of competition.
8 years ago
there is already an exact date for version 3.70? The beginning or the end of December.
8 years ago
fbfrank wrote:
there is already an exact date for version 3.70? The beginning or the end of December.

Most probably it'll be released before December 10th. This way our vendors and store owners will have enough time to upgrade their products and stores before New Year 2016. I'll publish the exact date a bit later.
8 years ago
jariwalakrunal wrote:
Hi Andrei,

With 3.7 release getting close, one of the key items that has been on the last few version roadmaps was (Ability to assign catalog price per currency).  In the previous 3.6 roadmap it was discussed and you were on the fence then.  This is a really important feature that hopefully will make it in now. I only bring this up as it looks like the CodePlex workitem has changed to a 3.8 release.
If there is anything that can be done to avoid waiting another 6 months for 3.8 to get this out of the box in 3.7, it would be appreciated...and would be a great core feature for the platform that differentiates from the competition.  The votes are in on codeplex with over 80 people wanting this. Let's get this in for 3.7 !

Thanks
Chuck

Agree. This is one of the great feature adding lot of value and take nop ahead of competition.


We also need this feature.  Why was this dropped? With a Dec 10th, can it not be done in time?
8 years ago
Andrei

This workitem to add additional events has been open a long time.  Can 3.70 have at least events for
  - Customer Login
  - Customer Registration
8 years ago
New York wrote:
Andrei

This workitem to add additional events has been open a long time.  Can 3.70 have at least events for
  - Customer Login
  - Customer Registration

Hi Dennis,

Sure. Done
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.