logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
SteveFeher  
#1 Posted : Monday, August 26, 2019 3:55:31 PM(UTC)
SteveFeher

Rank: Member

Groups: Developers, HelpDesk, Registered
Joined: 11/1/2018(UTC)
Posts: 29

OK -- I've got to believe that I'm just missing something obvious.

On the Category page we have the widget for Category Product Grid being used.
The features for the categories allow us to see:

Product Image
Product SKU
Product Summary
Product Price
Product Add-to-Cart


But nowhere can we add the Product NAME to see that displayed.
When you attempt to edit the Category Product Grid there's no toggle option to turn the Product Name on/off -- although such toggle options DO exist for SKU, Summary, etc.

Is there an easy way to add "product name" to the Category Product Grid?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

MikeR  
#2 Posted : Monday, August 26, 2019 4:04:04 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi Steve,

Can you get us a screenshot of what you are seeing?
Thank you for your support!
Mike Randolph
AbleCommerce.com
MikeR  
#3 Posted : Monday, August 26, 2019 4:18:33 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi Steve,

Thanks for the link, I just checked my copy of Final and the product title is there. I don't know why it wouldn't be showing up for you, perhaps the code for the title was deleted by a developer on accident?
Thank you for your support!
Mike Randolph
AbleCommerce.com
SteveFeher  
#4 Posted : Monday, August 26, 2019 4:24:59 PM(UTC)
SteveFeher

Rank: Member

Groups: Developers, HelpDesk, Registered
Joined: 11/1/2018(UTC)
Posts: 29

Hi Mike --

No, no one edited the code.
But I think that's part of my point. The CMS tool allows you to edit so many OTHER factors.... but Name isn't part of it.

What page would I look to for the code edit? Maybe I have a missing update or I can see if my version is running the right code.

Thanks for your support!
Steve
MikeR  
#5 Posted : Monday, August 26, 2019 4:28:18 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi Steve,

We didn't put in a toggle to remove the product title as it seemed pretty important. I've never seen this issue even in early Alpha builds, so I'm perplexed on the cause.
Thank you for your support!
Mike Randolph
AbleCommerce.com
MikeR  
#6 Posted : Monday, August 26, 2019 4:31:01 PM(UTC)
MikeR

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, System, Admin
Joined: 10/18/2018(UTC)
Posts: 183

Thanks: 1 times
Was thanked: 6 time(s) in 6 post(s)
Hi Steve,

Try disabling the summary, maybe it's just being pushed behind the image or something.
Thank you for your support!
Mike Randolph
AbleCommerce.com
SteveFeher  
#7 Posted : Monday, August 26, 2019 9:26:16 PM(UTC)
SteveFeher

Rank: Member

Groups: Developers, HelpDesk, Registered
Joined: 11/1/2018(UTC)
Posts: 29

Mike --

I'm not seeing anything that would offer any solution here.
Disabling/Enabling all the options didn't cause any change in the overall effect (Still no title display).
The rendered HTML source code doesn't display a product title anywhere either -- so I suspect that it's not an issue of the title being "overlapped" by the image, summary, etc.

Also - this is happening for both the "Category Product Grid" and "Category Product Grid Multilevel" widgets - making me suspicious that this isn't an issue of single widget, but a larger issue.

Can you point me towards the source code for these views? maybe I review the source code and see if the product title even appears? Almost feels like I'm grasping at straws but.... not sure what else I can try here.

Thanks,
Steve
judy at Web2Market  
#8 Posted : Tuesday, August 27, 2019 5:43:10 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
The _ProductItemDisplay.cshtml is set up to receive bool ShowName from ViewBag.ShowName??true;
and I was able to hide the name in _CategoryGridPage2.cshtml by adding {"ShowName",false },around line 67
On my B5588 site, it showed by default before I added that.Did someone change the _ProductItemDisplay to not show the name?
It would be around line 79
<div class="product-body">
@if (ShowName)
{
<h3><a href="@Url.Content(Model.NavigateUrl)">@Model.Name</a></h3>
}
Users browsing this topic
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.