Announcement

Collapse
No announcement yet.

Various

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

    Various

    Hi

    Im probably showing my ignorance here but never mind,

    I am using Worldpay on my actinic website & everything seems to be working fine. I now want to simply add the Worldpay logo (credit cards etc) onto the main catalog page but I cant seem to find where in the HTML to put it. My main catalog page is defined in Actinic as basic_products.htm, there are 2 versions of this file one in the previewsite folder & another in the site1 folder, Ive tried adding the code to both versions & uploading. Actinic seems to ignore these changes. If I use FTP & amend the htm; directly on the site it obviously works until I upload again & the page gets overwritten by my local copy.

    Also I have a company logo which appears fine on the website but I cant find this on the FTP acatalog folder, is this where it should reside.

    Any help would be much appreciated.


    confused:

    #2
    the best way to put other images in is to hard code links in to these pages.

    If this is what you have done then you need to add the image file to the additional files under the advance tab, actinic will then upload these files

    if you need more information then let me know

    Cheers
    Darren

    Comment


      #3
      The two files you've been editing are geenrated by Acitnic. One is the file it generates when it uploads and the ohter is the one it generates when you preview your site.

      You need to be editing the template files, which all start with Act_
      The easiest way to view these is using the Template Manager option in Actinic.

      I think what you want to do is open the Act_Primary.html file, save it as a different filename (Act_Primary_Worldpay.html or something), add your logo, then double-click on the section you want the logo to appear in and change the Overall Layout template to the file you just created.

      I recommend you download and read the 'Designing With' PDF under 'Support' on http://www.actinic.co.uk/

      HTH

      Allen

      Comment


        #4
        Allen

        I missed that one, serves me write for not reading it properly.

        Another one is the Act_orderXX.html files (where xx is the number). I have added the credit card logo's in the form of

        <img border="0" src="cclogo.gif" width="180" height="21">

        and added the cclogo.gif file to the additional files. So when the customer reaches the order pages what CC we except is at the top.

        Edit these the same way Allen has detailed. You can do this pretty much anywhere and customise any of the pages, but you must allways modify the master Act_ files not the generated html files. Remember it is best to rename these so the original files are in tack if it all go's wrong

        Cheers
        Darren

        Comment

        Working...
        X