Announcement

Collapse
No announcement yet.

Countdown to free shipping problems

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

    Countdown to free shipping problems

    Please take a look at this site and add something to cart. The remaining balance is now showing up. Letters are.

    Thanks,

    Regards,
    www.valleydecoratingdepot.com
    Thanks!!

    Regards,

    Bob

    www.valleydecoratingdepot.com

    #2
    It told me to spend my Nan, i'm not doing that, how awful to even ask.

    "Spend $NaN and shipping is free!"

    Comment


      #3
      What's your source of the Javascript?
      Peblaco

      Comment


        #4
        Good evening Louise,

        A copy and paste from the users guide here on the site. The errore light is not lit in the design page BTY.

        Regards,
        Thanks!!

        Regards,

        Bob

        www.valleydecoratingdepot.com

        Comment


          #5
          I do not know what you mean by currency in asc11 code. I need to know what the asc11 code is for a dollar sign??

          Thanks,

          Regards,
          Thanks!!

          Regards,

          Bob

          www.valleydecoratingdepot.com

          Comment


            #6
            THius link should help:
            http://www.ascii.cl/

            Comment


              #7
              bugs that need correcting in that code
              There are no bugs - I put it on a site yesterday and it works fine.

              Comment


                #8
                I did remove the spaces as stated in the forum here:

                http://community.actinic.com/showthread.php?t=30079. I will change the 163 to 36 for ASC11 code for $ and it should work. ( I hope).

                Thanks,

                Regards,
                Thanks!!

                Regards,

                Bob

                www.valleydecoratingdepot.com

                Comment


                  #9
                  OK, I got a number but with 14 decimal places....

                  How can I get it down to 2??

                  Thanks,

                  Regards,
                  Thanks!!

                  Regards,

                  Bob

                  www.valleydecoratingdepot.com

                  Comment


                    #10
                    you need to use fixed
                    Bill
                    www.egyptianwonders.co.uk
                    Text directoryWorldwide Actinic(TM) shops
                    BC Ness Solutions Support services, custom software
                    Registered Microsoft™ Partner (ISV)
                    VoIP UK: 0131 208 0605
                    Located: Alexandria, EGYPT

                    Comment


                      #11
                      Got it

                      Thank You!!
                      Thanks!!

                      Regards,

                      Bob

                      www.valleydecoratingdepot.com

                      Comment


                        #12
                        Shipping issue with the "countdown to free shipping"

                        The countdown to free shipping seems to be fine as long as you dont start the checkout process and include shipping. Once the shipping is included and you did not meet the free shipping and decide to buy more to get the free shipping the subtotal is not used anymore.

                        Is there a code to block the shipping cost from appearing once the free shipping is met??

                        See example attached.
                        Attached Files
                        Thanks!!

                        Regards,

                        Bob

                        www.valleydecoratingdepot.com

                        Comment


                          #13
                          You could tweak the Perl to show the cart sub-total instead of the overall total. Edit ActinicOrder.pm (in your site folder - back it up first).

                          Look for
                          Code:
                          	my $nTotal = $Response[6];
                          change to
                          Code:
                          	my $nTotal = $Response[2];
                          Norman - www.drillpine.biz
                          Edinburgh, U K / Bitez, Turkey

                          Comment


                            #14
                            Thanks Norman, I will give that a try.
                            Thanks!!

                            Regards,

                            Bob

                            www.valleydecoratingdepot.com

                            Comment


                              #15
                              Originally posted by valley decor
                              Thanks Norman, I will give that a try.

                              It worked Norman.... Thankyou very much!
                              Thanks!!

                              Regards,

                              Bob

                              www.valleydecoratingdepot.com

                              Comment

                              Working...
                              X