Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
Working on a Dev Migration from Gold12R2 to AC9.0.4
I have come across two issues.
1. When changing currency, the new currency does not pass to the product level. It appears to populate only the top level products in the category. However, it does pass through to the products in the basket and so forth.
Issue
2.Under the orders menu. If the order is in Processing mode the font (Order is being processed) bleeds off of the button. It's to long. In Gold you used (Order Processing)
I crossed checked another production 9.0.4 site that was not migrated and there is no status called (Order is being processed)
Any feedback would be great.
Ricky
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Issue#1:
Can you elaborate on the issue by sharing screenshots? What I am assuming that you are referring to the category pages but it is not clear.
Issue#2:
This could be because of the upgraded data from Gold. If you can confirm this a share a screenshot, then I would be able to help. Thanks
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
Here are a couple of screen shots for your reference: Issue#1: CategoryLevel.jpg (125kb) downloaded 4 time(s). ProductLevel.jpg (95kb) downloaded 4 time(s).Issue#2: AdminOrders.jpg (78kb) downloaded 2 time(s).Hopefully this helps.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Thanks for sharing the screenshots.
Issue#1: I am able to reproduce the issue. I am registering it as a bug. Thanks for pointing this out.
Issue#2: The styles are messed up because of the lengthy name. This can be edited from Admin - Configure - Store - Order Statuses
|
1 user thanked shaharyar for this useful post.
|
|
|
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
To fix ISSUE # 1: 1- Open file \Website\Views\Product\_ProductPrice.cshtml 2- Search for Code:<span class="baseprice">@Model.UserCurrencySymbol</span><span class="baseprice">@Model.PriceValue</span> <span>@Model.Unit</span>
3- Replace with Code:<span class="baseprice">@Model.PriceValue</span> <span>@Model.Unit</span>
4- Open file \Website\Controllers\ProductController.cs 5- Search for Code:priceValue = priceWithVAT.ToString("F2");
6- Replace with Code:priceValue = string.Format(parameters.PriceFormat, priceWithVAT.LSCurrencyFormat("ulc"));
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
Thanks: 8 times Was thanked: 1 time(s) in 1 post(s)
|
Thank you for the quick patch!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close