Announcement

Collapse
No announcement yet.

NETQUOTEVAR showing instead of "0" for empty cart and currency conversion

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

    NETQUOTEVAR showing instead of "0" for empty cart and currency conversion

    Hi,

    I've installed the XE currency convertor and it all works fine...until you check an empty cart. It's more of a niggle but I want it to show 0 instead of NETQUOTEVAR...

    Any way of doing this?

    If not is there a way of shifting the convertor to the checking out stage?

    Cheers
    London Kettlebells

    #2
    Hi there Ken

    To install this currency conversion, do you go through the advance user guide on page 49.

    The converter should appear on the shopping cart, you could try putting the iframe code in your Act_Order00.html,Act_Order01.html and Act_Order02.html. This will give provide the converter on the checkout stages

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Sorry for the misunderstanding.

      The convertor installed perfectly. It shows up in the cart and checkout.

      BUT

      If you clear the cart and check it again, the price that the convertor pulls from the cart shows upp as NETQUTOEVAR:

      Nothing major just makes things look just a little bit more unprofessional
      London Kettlebells

      Comment


        #4
        Hi Ken

        I see what you are saying, the only way this can be achieved would be in the javascript to implement something like

        Code:
        If Actinic:Total =0 then replace NETQUOTEVAR:TOTAL to 0
        . But i don't know javascripting that well to implement a feature like this

        Any takers?

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X