Announcement

Collapse
No announcement yet.

<Actinic:CARTUPDATEERROR/> - question

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

    <Actinic:CARTUPDATEERROR/> - question

    I just noticed that I have 'lost' some formatting when a cart error occurs as follows:

    Something is required such as quantity or customer input (greeting card details) for an item in the basket, but isnt entered.

    click next gets the page redisplayed and a message box with the details.

    all well and good exept... HOW do I cange the format of the box / contents.

    the relevant code fragment in the Act_ShoppingCart.html template is

    <Actinic:CARTUPDATEERROR/>

    Where is this controlled?

    any help appreciated
    andy
    Andy Warner

    www.legendgames.co.uk - rpgs, boardgames, dice and other geeky stuff
    www.RPGMiniatures.com D&D and Star Wars Miniatures

    Both running the Cart from Search Page hack

    Also www.mainlymurder.co.uk www.thegamesplace.co.uk and www.thediceplace.co.uk

    All running V8.5.2 Multisite on a windows 7 quad PC, augmented by Mole End automation, from a single shared database, using actinic specific hosting from Host-IT.

    #2
    Hi Andy,

    You can change the table size, colour, etc in Design | Text | Phase -1 | ID 2178.

    The text of the error messages can also be changed in Design | Text - just do a search.

    Is this what your looking for?
    Regards,

    Toby Blanchard

    Comment


      #3
      Hi Andy,

      Please go to 'Design | Text', click 'Go to' and enter ID 2181.
      You can change the format of the content by inserting HTML tags.
      Example:
      Replace

      The following product(s) can not be added to the cart.<br>You can find the error description(s) by following the link(s).

      with

      <font face="Courier New, Courier, mono" color="#FF00FF">The following product(s)
      can not be added to the cart.<br>
      You can find the error description(s) by following the link(s).</font>

      I hope this helps.

      Cheers,
      Cheers,
      Suresh Babu G

      Comment


        #4
        Thanks guys, much appreciated.
        Is there any way of telling what the phases in the text setup do?? Is there a list or something??
        and where does %s get its value from in these code fragments?
        andy
        Andy Warner

        www.legendgames.co.uk - rpgs, boardgames, dice and other geeky stuff
        www.RPGMiniatures.com D&D and Star Wars Miniatures

        Both running the Cart from Search Page hack

        Also www.mainlymurder.co.uk www.thegamesplace.co.uk and www.thediceplace.co.uk

        All running V8.5.2 Multisite on a windows 7 quad PC, augmented by Mole End automation, from a single shared database, using actinic specific hosting from Host-IT.

        Comment


          #5
          There is an appendix at the end of the Advanced User Guide that talks about this area in some depth.

          Comment

          Working...
          X