Update KRYPT05212007A: Post-Update Manual Changes

The following manual changes are required for this update:

  • Access the 'Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins' function. Choose to update the 'ClickCartPro' and 'Ecom' skins. For both, choose to update the 'all.css' file and add a new CSS class:

    .big {font-size: 16px; font-weight: bold;}

    Add that class to the bottom of the file. Additionally, look for the string:

    ordsumm

    Change that to:

    regtable
  • Access the 'Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins' function. Choose to update the 'ClickCartPro' and 'Ecom' skins. For both, choose to update the 'skin.php' file and look for the string:

    & Wish List

    Remove that string.
  • Access the 'Home > ClickCartPro > Mail: Messages, Mail and Subscriptions > Manage Mail Messages' function. Choose to update the ' Order Confirmation Message (Customer)', 'Order Confirmation Message (Internal)' and 'Order Confirmation Message (Shipper)' messages. Look in the 'XHTML Message Include' section for the string:

    ordersummary.php

    Change that to:

    ordersummaryxhtml.php
  • Access the 'Home > ClickCartPro > Web Pages: Web Page Management > Manage Web Pages' function. Choose to update any web pages listed there. Look in the 'HTML Content' section for any text using header tags like:

    <h1>TEXT_HERE</h1>

    Change those to:

    <p class="khxc_storehead">TEXT_HERE</p>
  • Access the 'Home > ClickCartPro > Commerce: Orders and Checkout > Manage Processing Gateways' function. Choose to update the 'Authorize.Net SIM - Payment Form' and 'Authorize.Net SIM - Secure Server' payment methods. Look in the 'Form Display Code Content' section for:

    $x_fp_hash = $order['gateway']['userid'] . '^';
    $x_fp_hash = $x_fp_sequence . '^';
    $x_fp_hash = $x_fp_timestamp . '^';
    $x_fp_hash = $order['order']['ordertotal'] . '^';


    Change that to:

    $x_fp_hash = $order['gateway']['userid'] . '^';
    $x_fp_hash .= $x_fp_sequence . '^';
    $x_fp_hash .= $x_fp_timestamp . '^';
    $x_fp_hash .= $order['order']['ordertotal'] . '^';
    .
© 1999-Present Kryptronic, Inc. All rights reserved worldwide. Kryptronic, the Kryptronic logo and all Kryptronic software names and logos are trademarks of Kryptronic, Inc. All Kryptronic software is copyrighted and the intellectual property of Kryptronic, Inc. All Kryptronic software is developed and distributed under license by Kryptronic, Inc.