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

HomeHomeIssues and Supp...Issues and Supp...Templates & UITemplates & UICustom Page for a product. Not part of main storeCustom Page for a product. Not part of main store
Previous
 
Next
New Post
9/29/2014 3:13 PM
 

Hello, 

We have a Gift Shop page setup in our DNN site and that works great. In another entirely different page Run Signup, we'd like to have a customizable page for a single product and all of its variation fields shown. This Run Signup page can't share page configuration/module layou with the Gift Shop page.

So far I have tried to create an additional page with the catalog module on it. When you click on the menu item it automatically redirects to the products page and shows the variants. The problem I am having is when I go to edit this page, to remove the cart and the category menu modules. It appears to share configuration with our giftshop page and removes the modules there as well.

We are in need of a solution to hold the product details/variants on a customizable page that does not affect layout on the main store. I am sure there is a solution that I I am not aware of, the path I have been trying might work, but I am not sure what needs to be done. Any other option to produce the desired result would be greatly appreciated.

Thanks

 
New Post
9/30/2014 12:42 PM
 

Hi Donald,

What you can do is take the below SQL and execute it via host -> sql and it will output a new option on the product edit page "product details page". Here you can select a separate DNN page that this product details page should be outputted on, you will need to place the "Cart Viper catalog module" on this page, but it will allow you to have a different page layout than the other products in your store.

Note for every product you apply this setting to needs to have their own DNN page, if you want a product to just appear as normal leave this option blank. Also you need to lookup the portal ID for your store and change in the SQL statement (highlighted in bold) and after SQL has ran go to host -> host settings and select "restart application":

declare @portalId int

set @portalId = 1

if not exists(select null from {databaseOwner}[{objectQualifier}CVStore_StoreAttributes]

where parentId = @portalId and name = 'CV_STORE_SHOW_PRODUCT_DNN_PAGE')

begin

insert into {databaseOwner}[{objectQualifier}CVStore_StoreAttributes]

(parentId,name,value)

values(@portalId, 'CV_STORE_SHOW_PRODUCT_DNN_PAGE', 'True')

end

 

go

 
Previous
 
Next
HomeHomeIssues and Supp...Issues and Supp...Templates & UITemplates & UICustom Page for a product. Not part of main storeCustom Page for a product. Not part of main store


 

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