Announcement

Collapse
No announcement yet.

Add to basket issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Add to basket issue



    Hi

    I have the following problem:
    Every now and then (quite raerly) this code dosen't work, it doesn't
    put the product in the basket

    <MvDO FILE="{g.Module_Library_DB}" NAME="l.temp"
    VALUE="{BasketList_FindSession(Session_ID)}">
    <MvDO FILE="{g.Module_Library_DB}" NAME="l.temp"
    VALUE="{Product_Find_Code(g.variable)}">
    <MvDO FILE="{g.Module_Library_DB}" NAME="l.line_id"
    VALUE="{Basket_Insert(basketlist.d.basket_id,produ cts.d.id,products.d.code,
    products.d.name,products.d.price,products.d.weight ,products.d.taxable,products.d.upsold,1)}">
    <MvDO FILE="{g.Module_Library_DB}" NAME="l.temp"
    VALUE="{BasketOption_Insert(l.line_id,1,'My
    text',1,g.variable1,g.variable2,0)}">

    (in the code there are other variables than
    g.variable,g.variable1,g.variabl2 for security reasons I had to change
    them)

    What could be the problem? Any ideas?

    Gaspar Zoltan
    www.keepcalling.com

Working...
X