AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
Other products By (manufacturer) does not redirect right - 9.03
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Other Products By manufacturer does not send to the correct link. When you hover over the link, it shows something like Search?manufacturerId=1, but you get sent to Search?manufacturerId%20=%201
Can we fix this? Thanks
|
|
|
|
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)
|
Yes, there are extra spaces added to the URL. To fix this, please follow the steps 1- Open \Website\Views\Product\_ProductManufacturer.cshtml 2- Search for Code:<h5><a href="@Url.Content("~/Search?manufacturerId = " + Model.Manufacturer.Id)">@GetResourceString("retail.productmanufacturer.other_products_by") @Model.Manufacturer.Name</a></h5>
3- Replace with Code:<h5><a href="@Url.Content("~/Search?manufacturerId=" + Model.Manufacturer.Id)">@GetResourceString("retail.productmanufacturer.other_products_by") @Model.Manufacturer.Name</a></h5>
4- Save the file.
|
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
Other products By (manufacturer) does not redirect right - 9.03
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