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...Installation & ...Installation & ...Subscriptions to RolesSubscriptions to Roles
Previous
 
Next
New Post
1/10/2014 1:48 PM
 

I want to use the shopping cart so that members can purchase annual subscriptions (using Paypal checkout).  A few questions:

1. If I add 365 days to the role expiry, this will add the user to the role and set it to expire in 365 days.  If the user purchases another subscription before expiry, will the role just be extended for 365 days from the date of purchase or will the expiry be set to the days remaining in the role + 365.

2. Is there anyway to send out a reminder two weeks before expiry or just after expiry (with a discount coupon to encourage signing up for another year).  

3. If (2) is not possible, I may consider writing a DNN job to do the same.   If I end up going down this path, how can I set a discount for a given product/user in code.

Thanks in advance.

Steven

 
New Post
1/10/2014 5:23 PM
 

Hi Steven,

1) Yes if the user already has a dnn role a number of days we will add on the new quota to the existing date so they are not losing any days they have access to.

2) No we don't support that.

3) Rather than use coupons I would suggest making gift certificates in your code as we already have a method that will generate a new gift certificate. 

a) Manually create a gift certificate group in store admin -> add gift certificate

b) Make a note of the gift certificate group ID, you can get this from the query string when you select to edit the group.

c)    This code will make the designed number of gift certificates

GiftCertificateGroup.GenerateGiftCertificates(groupId, numberToMake);

d) Then the below code will lookup the group and get the un-used certificates you can give out in your email:

 GiftCertificateGroup group = GiftCertificateGroup.GetGiftCertificateGroup(groupId);

 IList<GiftCertificate> certs = group.AllGroupGiftCertificates.Where(x => !x.HasBeenUsed).ToList<GiftCertificate>();

 
New Post
1/11/2014 7:06 AM
 

Thanks for the reply Nigel.

Good to know about the number of days.  I'll take your suggestion on the gift certificates when I get round to writing job.

Steven 

 

 
Previous
 
Next
HomeHomeIssues and Supp...Issues and Supp...Installation & ...Installation & ...Subscriptions to RolesSubscriptions to Roles


 

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