<?xml version="1.0"?><rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Templates &amp; UI</title><link>https://cartviper.com/support/support-forum/forumid/7/scope/threads</link><description>All issues regarding customizing templates and the UI of the Cart Viper store.</description><pubDate>Sun, 03 May 2026 11:41:23 GMT</pubDate><lastBuildDate>Wed, 08 Dec 2021 19:05:16 GMT</lastBuildDate><ttl>30</ttl><item><title>Product Variant File Upload</title><pubDate>Wed, 08 Dec 2021 19:05:16 GMT</pubDate><dc:creator>Steve</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2795/scope/posts#2795</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2795/scope/posts#2795</guid><description>&lt;p&gt;Thanks Nigel, that worked. I was overthinking this one, trying to find this in the code to make that change. Overriding the CSS works just as well.&lt;/p&gt;

&lt;p&gt;Not sure what the original reasoning for setting the iframe to a height of 75px instead of auto was, but maybe the default should be auto?&lt;/p&gt;
</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2795/scope/posts#2795</comments></item><item><title>Incorrect Category count</title><pubDate>Tue, 14 Jul 2020 15:09:46 GMT</pubDate><dc:creator>Alex Ludden</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2761/scope/posts#2761</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2761/scope/posts#2761</guid><description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Some of my category counts on the Category Menu module are incorrect (ie. showing 1 when there are 4). Is that something that needs to be re-indexed? The category count at the bottom of the display in the product module shows 4, and so does the Category Admin page, but the menu says (1).&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Alex&lt;/p&gt;
</description></item><item><title>Order confirmation email template</title><pubDate>Mon, 25 Nov 2019 16:44:54 GMT</pubDate><dc:creator>Renee Cerullo</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2749/scope/posts#2749</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2749/scope/posts#2749</guid><description>&lt;p&gt;I am using the default orderconfirmemail.htm template BUT What is being sent to the purchaser and what is in this template is not the same. I cant find where the email is pulling from but its not this template. Everything in store info is set to use that template in the responsive portals folder. Ive checked every version of this file to be safe and its not what is being send to the purchaser. The email being sent has a paragraph before all the fields. We need to edit this paragraph. Where is it? - Customer is on DNN 9.4.1 and CartViper 4&lt;/p&gt;
</description></item><item><title>Is email template logic possible?</title><pubDate>Tue, 14 May 2019 16:27:03 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2724/scope/posts#2724</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2724/scope/posts#2724</guid><description>Hi Danny,&lt;br /&gt;
&lt;br /&gt;
Within the product edit section we have the field "message in order confirmation email", here you can enter some text that will just be outputted in the order confirmation email when that particular product is purchased. It is controlled via the token [[PRODUCTEMAILMESSAGE] in&amp;nbsp;orderDetailsConfirmEmail.htm.&lt;br /&gt;
&lt;br /&gt;
If however you want more control yes our email templates support Razor scripts, they are loaded into the templates slightly differently to our regular templates but there should be the example&amp;nbsp;OrderStatusShippingInfo.cshtml that shows the syntax to load and then getting the OrderInfo object ready to use.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Nigel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2724/scope/posts#2724</comments></item><item><title>Edit links in product details dont work</title><pubDate>Tue, 05 Mar 2019 20:10:29 GMT</pubDate><dc:creator>Mark - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2720/scope/posts#2720</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2720/scope/posts#2720</guid><description>Hi&lt;br /&gt;
Looking at the site the issue was due to you having an older extension library enabled within Cart Viper.&amp;nbsp;&lt;br /&gt;
This is now resolved so your site should be working normally now.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Mark</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2720/scope/posts#2720</comments></item><item><title>Search field configurations</title><pubDate>Sun, 10 Feb 2019 14:09:32 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2710/scope/posts#2710</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2710/scope/posts#2710</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Although this is not something we currently support out of the box, it be possible to achieve. Within our search data we index the entire product data into our search index, so if you were to include the category name in the products description&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
e.g. "category x"&lt;br /&gt;
&lt;br /&gt;
If you then searched for "category x" we should return that product.&lt;br /&gt;
&lt;br /&gt;
You could then write a search module that appended the relevant category name after a users search term:&lt;br /&gt;
&lt;br /&gt;
e.g "product ABC category x"&lt;br /&gt;
&lt;br /&gt;
It should return product ABC inside category x. One thing to ensure if you URL encode the search value. If you would like more info or would like us to quote to implement please email me: nigel@cartviper.com&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2710/scope/posts#2710</comments></item><item><title>Bind and Display Data from Database using Tokens.</title><pubDate>Mon, 10 Dec 2018 12:00:07 GMT</pubDate><dc:creator>rakhi</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2679/scope/posts#2679</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2679/scope/posts#2679</guid><description>Many Thanks for the reply.&lt;br /&gt;
&lt;br /&gt;
Kind Regards,&lt;br /&gt;
Rakhi.</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2679/scope/posts#2679</comments></item><item><title>Multilingual mail template issue</title><pubDate>Tue, 20 Nov 2018 18:19:17 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2672/scope/posts#2672</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2672/scope/posts#2672</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Support for templates based upon the users locale is not something we currently support, it is however on our road map for a future release:&lt;br /&gt;
&lt;br /&gt;
https://www.cartviper.com/features/road-map&lt;br /&gt;
&lt;br /&gt;
If this feature is urgent for you , it would be possible to speed up its development and get a confirmed release date if you were to sponsor that feature. If you would like to discuss this further please email me. nigel@cartviper.com&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Nigel.</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2672/scope/posts#2672</comments></item><item><title>White box popup when loading store page</title><pubDate>Mon, 08 Oct 2018 13:27:24 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2664/scope/posts#2664</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2664/scope/posts#2664</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
The below post covers the issue you're having as well as the solution:&lt;br /&gt;
&lt;br /&gt;
https://www.cartviper.com/support/support-forum/forumid/5/threadid/2652/scope/posts&lt;br /&gt;
&lt;br /&gt;
Regards</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2664/scope/posts#2664</comments></item><item><title>Two major issues with multilanguage site</title><pubDate>Wed, 03 Oct 2018 17:03:38 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2655/scope/posts#2655</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2655/scope/posts#2655</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
1) a large amount of the text will be stored in SharedRedources.resx, have you translated all the items in there? If you email me an admin username / password along with the url or your store and some specific examples of a translation that isn&amp;rsquo;t working I&amp;rsquo;ll take a look? Nigel@cartviper.com&lt;br /&gt;
&lt;br /&gt;
2) if you send me this url as well I&amp;rsquo;ll take a look at the same time.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2655/scope/posts#2655</comments></item><item><title>Shipping Insurance - Optional</title><pubDate>Tue, 25 Sep 2018 17:32:52 GMT</pubDate><dc:creator>Mark - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2647/scope/posts#2647</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2647/scope/posts#2647</guid><description>Hi Jon&lt;br /&gt;
&lt;br /&gt;
We have an idea that may be suitable for your client.&lt;br /&gt;
&lt;br /&gt;
What if on the cart page when the user clicks the checkout button we first show a modal window which allows them to select an optional shipping insurance. The customer would be able to select the amount of insurance they would like to add to their order.&lt;br /&gt;
&lt;br /&gt;
A hidden category would allow you to manage to the shipping insurance items like a regular product and you could define the price etc.&lt;br /&gt;
&lt;br /&gt;
If the customer selects an insurance it would just add this product to their cart before taking them to the checkout to complete the transaction.&lt;br /&gt;
&lt;br /&gt;
Does that sound like a solution that would work? This would be a billable item so if you want to email me direct at mark@cartviper.com we can give you more information or answer any questions you may have.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Mark</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2647/scope/posts#2647</comments></item><item><title>Shipping - ProductRates - Modify Text Description</title><pubDate>Thu, 06 Sep 2018 16:26:08 GMT</pubDate><dc:creator>JonW</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2645/scope/posts#2645</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2645/scope/posts#2645</guid><description>Perfect solution!&amp;nbsp; Thank you.</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2645/scope/posts#2645</comments></item><item><title>Variant Display problems</title><pubDate>Fri, 31 Aug 2018 16:30:18 GMT</pubDate><dc:creator>JonW</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2641/scope/posts#2641</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2641/scope/posts#2641</guid><description>Just a follow up to this...&amp;nbsp; I created a trigger on insert for CVStore_OrderDetailsAttributes that takes the XML list and parses it to create a new record in a custom table that makes the attributes available for quick query.&amp;nbsp; I took this approach so the XML only needed to be parsed once and then the attribute data could be used easily in queries.</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2641/scope/posts#2641</comments></item><item><title>CVFeaturedProducts.cshtml</title><pubDate>Mon, 12 Mar 2018 10:11:12 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2600/scope/posts#2600</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2600/scope/posts#2600</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Below is a working example that shows how to calculate the VAT / tax price for a product and output:&lt;br /&gt;
&lt;br /&gt;
@using CartViper.Modules.Store.Providers.Tax&lt;br /&gt;
&lt;br /&gt;
@inherits DotNetNuke.Web.Razor.DotNetNukeWebPage&amp;lt;dynamic&amp;gt;&lt;br /&gt;
&lt;br /&gt;
@{&lt;br /&gt;
&amp;nbsp; &amp;nbsp; if(Model.Product != null){&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var vatPrice = (Model.Product.UnitCost + TaxVatController.CalculateProductVatOrTaxPrice(Model.Product, Model.Product.UnitCost, null, Dnn.Portal.PortalId));&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @vatPrice.ToString("C")&lt;br /&gt;
&amp;nbsp; &amp;nbsp; }&lt;br /&gt;
}&lt;span&gt; &lt;/span&gt;</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2600/scope/posts#2600</comments></item><item><title>search and filters</title><pubDate>Sat, 10 Mar 2018 15:05:24 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2599/scope/posts#2599</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2599/scope/posts#2599</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
When we create our search index any value that is stored against the "manufacturer" for the product is included. So if your manufacturer was "apple" if you then searched for this term then these products will be included in the search results.&lt;br /&gt;
&lt;br /&gt;
Regards</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2599/scope/posts#2599</comments></item><item><title>Product display uneven</title><pubDate>Fri, 19 Jan 2018 15:34:30 GMT</pubDate><dc:creator>lgrubb</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2556/scope/posts#2556</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2556/scope/posts#2556</guid><description>Hi. All four areas where products are to display/arrange in rows and columns they are uneven, out of line or overlap each other. These areas are catalog, recently viewed, cart (product name on top of product), and top sellers list module. Is there a way for me to force them to display in even rows and columns as the various screen size changes. So whether it goes from 1 column or row, to 2, 3, or 4, without distorting? Thanks www.healingvineyard.com</description></item><item><title>Product display uneven</title><pubDate>Fri, 19 Jan 2018 15:34:04 GMT</pubDate><dc:creator>lgrubb</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2555/scope/posts#2555</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2555/scope/posts#2555</guid><description>Hi. All four areas where products are to display/arrange in rows and columns they are uneven, out of line or overlap each other. These areas are catalog, recently viewed, cart (product name on top of product), and top sellers list module. Is there a way for me to force them to display in even rows and columns as the various screen size changes. So whether it goes from 1 column or row, to 2, 3, or 4, without distorting? Thanks www.healingvineyard.com</description></item><item><title> Issue multilingual management</title><pubDate>Wed, 06 Sep 2017 12:42:38 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2510/scope/posts#2510</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2510/scope/posts#2510</guid><description>Agree this is a good feature suggestion, we will look to add this to our road map for a future release.&lt;br /&gt;
&lt;br /&gt;
Regards</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2510/scope/posts#2510</comments></item><item><title>Multilanguage module setup problem</title><pubDate>Wed, 06 Sep 2017 12:41:29 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2509/scope/posts#2509</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2509/scope/posts#2509</guid><description>If you download and install the latest version it should pass load the categories for the correct locale for the page:&lt;br /&gt;
&lt;br /&gt;
http://www.cartviper.com/free-trial&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2509/scope/posts#2509</comments></item><item><title>Wishlist problem</title><pubDate>Fri, 01 Sep 2017 15:03:49 GMT</pubDate><dc:creator>Nigel  - Cart Viper Developer</dc:creator><link>https://cartviper.com/support/support-forum/forumid/7/postid/2505/scope/posts#2505</link><guid>https://cartviper.com/support/support-forum/forumid/7/postid/2505/scope/posts#2505</guid><description>Hi,&lt;br /&gt;
&lt;br /&gt;
1) This is resolved in version 3.7.5 of Cart Viper:&lt;br /&gt;
http://www.cartviper.com/free-trial&lt;br /&gt;
&lt;br /&gt;
2) When adding a product with variants they will be added as separate line items, this is by design and you will see the same effect if you were to add a product with variants to the cart from the product details page. So this will continue to work in the same manner.&lt;br /&gt;
&lt;br /&gt;
Regards</description><comments>https://cartviper.com/support/support-forum/forumid/7/postid/2505/scope/posts#2505</comments></item><item><title>More...</title><wfw:link>https://cartviper.com/DesktopModules/Forum/Forum_Rss.aspx?forumid=7&amp;mid=390&amp;tabid=67&amp;threadspage=2</wfw:link></item></channel></rss>