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 & ...Redirect on CheckoutRedirect on Checkout
Previous
 
Next
New Post
8/2/2015 11:44 PM
 

Our cart is selling online Continuing Education courses. There is no download or physical product. When the user checks out, they are assigned a user role which allows them access to the CME.

Problem is, when they check out, nothing happens. I would like to add a URL redirect upon successful checkout, or else a message telling them what to do next. Any advice appreciated—this seems simple but I can't seem to find it in the options or documentation. Thanks!

 
New Post
8/3/2015 2:08 PM
 

Hi

We have an interface which can be used to create some custom code which is executed when the user completed the checkout. So I think you could use that to redirect the customer to correct page. Are you going to create different pages based on the product or is it just a single product?
This method would require some coding and Visual Studio. We can also do this for you for a small fee. The interface to implement would be this one.

namespace CartViper.Modules.Store.Cart.PaymentCompleted

{

    /// <summary>

    /// interface used when we have completed the payment successfully and then external

    /// code needs to be ran. The external code should implement this interface

    /// </summary>

    public interface IPaymentCompletedHandler

    {

        void Invoke(int orderId);

    }

}

Then you need to set a hidden parameter in the db to hold the two part name for your custom code. 

declare @portalId int

set @portalId = 4 --set to your portal ID

if not exists(select null from {databaseOwner}[{objectQualifier}CVStore_StoreAttributes] where [name] = 'CV_STORE_PAYMENT_COMPLETED_TYPE' and [parentId]=@portalId)

begin

insert into {databaseOwner}[{objectQualifier}CVStore_StoreAttributes] (parentId, [name], [value])

values(@portalId, 'CV_STORE_PAYMENT_COMPLETED_TYPE','example.class.to.run,example')

end

If it was a single page then you might be able to just edit the confirmation messaged show to have a piece of JS which then redirects the user to the page.
If you have a look at the entry lblOrderNumber.Text in the resouce file /desktopmodules/cartviper/app_localresources/singlepagecheckout.ascx.resx you will see the key to edit.

If you would like to engage us to make this feature please email me at mark@cartviper.com

Regards

Mark

 
Previous
 
Next
HomeHomeIssues and Supp...Issues and Supp...Installation & ...Installation & ...Redirect on CheckoutRedirect on Checkout


 

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