Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Add Item into Cart by SQL Insert

$
0
0
Hi Dave,

sorry for my interruption again.

Thanks, I got this code snipped running.
But my cart is still empty.

In the Page Load Event of Checkout.vb class there will be checked for request Parameter codeid
            If Not Page.IsPostBack Then
                If Not (Request.QueryString("codeid") Is Nothing) Then
                    'link order and build cart for client.
                    Dim codeid As String = Request.QueryString("codeid")
                    Dim objCCtrl As New CartController
                    objCCtrl.BuildFromSeedOrder(PortalId, codeid)
                End If
            End If
still any idea?

Sincere

Guido

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>