We understand that your ecommerce site is crucial to the success of your business, from time to time issues and questions can arise and you need to have the assurance there will be someone on hand to help resolve these in a timely fashion so you can spend your time driving your own business forward.

So if you are looking for faster responses to your questions or would like the assurance there is someone on hand for you to contact, fear not we have a number of paid support options that are available to you that can give your organisation the peace of mind knowing a member from the Cart Viper team will always be available to assist!

Purchase a Support Plan

Community Support

HomeHomeGeneral Informa...General Informa...Feature Request...Feature Request...Facet Use in Product Detail PageFacet Use in Product Detail Page
Previous
 
Next
New Post
1/22/2014 5:38 AM
 

Hi,

I want consume facet in Product detail page using particular product.I develop custom Product detail module in which all things are class and method called by me for displaying product and other Product detail page information but i want to display product facet in this page also if product belong to any facet for example EX- Location : AUS

 

 
New Post
1/22/2014 9:37 AM
 

Hi,

I am not sure what you are trying todo exactly, but we already have a token that outputs a products facets:

[PRODUCTFACETVALUES]

If the above token does not output in the manner you wish, you could look at writing a skin object to get the exact format you want:

http://blog.cartviper.com/post/2011/08/26/Using-Skin-Objects-in-Cart-Viper-Templates-e28093-Part-1.aspx

Thanks
Nigel.

 
New Post
1/22/2014 10:44 AM
 
Thank you for Reply I already know your refer token but here i want to use your facet class to get all products related to that facet Or Facet name and Product using Facet Control nodule. 1) I need that particular method from where i can get list of facet then access products 2) Or I need Product info and facet name Thank You!
 
New Post
1/22/2014 9:08 PM
 

Hi,

We don't have method that do exactly what you mention below, but if you reference our CartViper.Store.dll the below code should get all the facts defined for the portal then check is facet value for the facets and see if a given product supports that facet value:

foreach (FacetSearchInfo f in FacetSearchController.GetAllFacetSearchs(this.PortalId))
{
foreach (FacetSearchValueInfo v in f.GetAllFacetSearchValues)
{
if (f.IsSupportByProduct(productid))
{
}
}
}
 
New Post
1/24/2014 5:49 AM
 
Hi Nigel, Thank you lot for response.
 
Previous
 
Next
HomeHomeGeneral Informa...General Informa...Feature Request...Feature Request...Facet Use in Product Detail PageFacet Use in Product Detail Page


 

We use cookies on our website to improve our service to you, by continuing you agree to our use of cookies. However you are able to update your settings at any time.

Cookie Policy

A cookie, also known as an HTTP cookie, web cookie, or browser cookie, is a piece of data stored by a website within a browser, and then subsequently sent back to the same website by the browser. Cookies were designed to be a reliable mechanism for websites to remember things that a browser had done there in the past, which can include having clicked particular buttons, logging in, or having read pages on that site months or years ago.

Strictly Necessary Cookies

These cookies cannot be disabled

These cookies are necessary for the website to function and cannot be switched off. They are normally set in response to your interactions on the website e.g. logging in etc.

Cookies:
  • .ASPXANONYMOUS
  • .DOTNETNUKE
  • __RequestVerificationToken
  • authentication
  • CV_Portal
  • CV_Store_Portal_Cart_0
  • CV_USER
  • dnn_IsMobile
  • language
  • LastPageId
  • NADevGDPRCookieConsent_portal_0
  • userBrowsingCookie

Performance Cookies

These cookies allow us to monitor traffic to our website so we can improve the performance and content of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited or how you navigated around our website.

Cookies:
  • _ga
  • _gat
  • _gid

Functional Cookies

These cookies enable the website to provide enhanced functionality and content. They may be set by the website or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.

Cookies:

Currently we are not utilizing these types of cookies on our site.

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.

Cookies:

Currently we are not utilizing these types of cookies on our site.

Feedback