Menu
Product
Showcase
Partners
Community
Resources
Services
Sign Up / Log In
Try It Now
Download
Product
Showcase
Partners
Community
Resources
Services
Sign Up / Log In
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Prev
Go to previous topic
Next
Go to next topic
Last Post 5/14/2020 9:48 PM by
Will Strohl
.Settings.Urls.CategoryTabId
2 Replies
1 Subscribed to this topic
1 Subscribed to this forum
Sort:
Oldest First
Most Recent First
You are not authorized to post a reply.
Author
Messages
3ART Technologies
Basic Member
Posts:37
5/13/2020 5:59 PM
Hi,
I have implement the below code to get the product tab id and it's working fine with multiple language
*********** Get Category Page TabID **************
var HccApp = HccAppHelper.InitHccApp();
var productPage = HccApp.CurrentStore.Settings.Urls.ProductTabId;
return DotNetNuke.Common.Globals.NavigateURL(productPage,"",param).ToString();
Working Perfect (Y)
But when i use the same login to get category page tab id its only returning me English Page Tab ID
var HccApp = HccAppHelper.InitHccApp();
var CategoryTabId = HccApp.CurrentStore.Settings.Urls.CategoryTabId;
return DotNetNuke.Common.Globals.NavigateURL(CategoryTabId, "", param).ToString();
I already rechecked Setting > Page Configuration and all is good both languages have setup values
Why this is behaving like that
3ART Technologies
Basic Member
Posts:37
5/13/2020 6:45 PM
The previous solution also workable here. I have replace DotNetNuke.Entities.Modules.PortalModuleBase
**** Import DNN web class
using Hotcakes.Commerce.Dnn.Web;
*** Inherit hotcake module class instead of DotNetNuke.Entities.Modules.PortalModuleBase
public partial class Splash_Categories : HotcakesModuleBase
Will Strohl
Veteran Member
Posts:570
5/14/2020 9:48 PM
So, I'm not sure if I understand... Did you get it working? :)
Will Strohl, Upendo Ventures
Hotcakes Cloud
|
Get Support
|
Code Support
Official Cloud & Support provider for Hotcakes
You are not authorized to post a reply.
Private
General
--Ask Anything
--Content Management
--Customer Experience
--Marketing
--SEO
Merchants
--Catalog Management
--Marketing/Promotions
--Order Management
--Payments
--Shipping
--Store Administration (General)
Designers
--Themes
--Viewsets
--General Design
Developers
--Extension Points (Store-Relate...
--Implementation
--Installation and Upgrade
--Module Development
--General Development
Forums
Developers
Module Development
Sign-up for the Hotcakes Community Newsletter:
E-Mail Address