Announcement

Collapse
No announcement yet.

Actinic Catalog V6 And Worldpay

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

    Actinic Catalog V6 And Worldpay

    Hi, My name is Les and I've using catalog 6 for two years now on my baby gift site www.boxes4babies.com. I've got a little problem, when you make a purchase on my site Worldpay does not show the price of goods you are about to buy from site. If you continue to enter your card details and go ahead with the purchase you are only charged the amount of your choosen goods, which is fine, but it's always nice to see the price before you enter your card details. The price used to show in the Worldpay payment page, this is a new problem. I will call Worldpay on Monday, but can anyone help me before.

    Also one other thing, do I need to turn 'compact html/cgi' back on after editing pages in Dreamweaver before I re-upload site?

    Regards,

    Les


    Abc Baby Gifts
    Snuggle Feet
    Baby Casting From My Perfect Impression

    #2
    Welcome to the Forums Les.

    if you have compactHTML turned on it means your site will be a little bit quicker, but its not crucial

    I would do a complete site refresh to see if that cures the WP problem

    Comment


      #3
      Hello lessharma

      OK, 'Act_Order04.html' is the correct template you need to edit.
      Open up your template in notepad and scroll all the way down to the bottom of the page. The last lines of HTML you see should look like this:

      </DIV>

      <!-- Receipt HTML end -->

      Now, scroll up slowly, not very far, until you see the following four lines

      </TD></TR>
      </TABLE>
      <BR>
      <DIV ALIGN="CENTER">

      Now, your Google Conversion Code needs to be placed inbetween the <BR> and the <DIV ALIGN="CENTER"> tags.
      So, it should end up looking something like:

      <BR>
      <!-- Google Conversion Code -->
      <script language="JavaScript">
      <!--
      orderValue = NETQUOTEVAR:ACTINICORDERTOTAL / 100;<BR>
      google_conversion_id = 999999999; // NB I have changed this number - it will correspond to the src number
      google_conversion_language = "en_GB";
      if (orderValue) {
      google_conversion_value =orderValue ;
      }
      google_conversion_label = "Purchase";
      -->
      </script>
      <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
      </script>
      <noscript>
      <a href="http://services.google.com/sitestats/en_GB.html" target=_blank>
      <img height=27 width=135 src="http://www.googleadservices.com/pagead/conversion/999999999/?value=Total_Cost&amp;label=Purchase&amp;hl=en">
      </a>
      </noscript>



      <DIV ALIGN="CENTER">



      <INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">

      <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
      <BR>
      <Actinic:EXTRAFOOTERTEXT><span class="actxsmall"><TABLE><TR><TD><IMG SRC="NETQUOTEVAR:POWEREDBYLOGO" WIDTH="45" HEIGHT="50" BORDER="0" ALT=""></TD><TD><FONT SIZE=1><B>NETQUOTEVAR:TRADEMARKS</B></FONT></TD></TR></TABLE></span></Actinic:EXTRAFOOTERTEXT>
      </DIV>

      <!-- Receipt HTML end -->

      From what I've been reading that should pretty much do the trick!!
      still thinking of one...

      Comment

      Working...
      X