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?
|
|
|
|
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? |
|
|
|
|
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? |
|
|
|
|
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
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
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> }
|
|
|
|
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