Update KRYPT10022007A: 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 change the width from 50% to 100% for the CSS node:

    td.khxc_formtblone
  • Access the 'Home > ClickCartPro > Commerce: Orders and Checkout > Manage Processing Gateways' function. Choose to update the 'PayPal (Standard Method) - Payment Form' gateway. Look in the 'Form Display Code' section for the string:

    $order['order']['country']

    Change that to:

    $order['order']['countryabb']
  • Access the 'Home > ClickCartPro > Commerce: Orders and Checkout > Manage Processing Gateways' function. Choose to update all active (required) or all (recommended) gateways. Look in the 'Form Display Code' section for the string:

    $this->globals('khxc_user.id')

    Change that to:

    $order['order']['email']

    A few gateway entries do not contain this string - so do not update those. This can be accomplished for users with MySQL by simply entering the following Raw SQL statement:

    UPDATE ccp0_gateway SET incdisp=replace(incdisp, '$this->globals(\'khxc_user.id\')', '$order[\'order\'][\'email\']').
  • Access the 'Home > ClickCartPro > Mail: Messages, Mail and Subscriptions > Manage Mail Messages' function. Choose to update the 'Email A Friend Message' message. Look in the 'XHTML Message Include' section for the string:

    $imgname = $proddisp['imglg'];

    Change that to:

    $images = $this->make_list($proddisp['imglg']); $imgname = $images[0];
  • Access the 'Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Catalog Product Displays: Category View' function. Choose to update the 'Description and Add Button' display. Look in the 'Display Content' section for the string:

    id="<?php print $formid . '-- ' . $quanid; ?>"

    Change that to:

    id="<?php print $formid . '--' . $quanid; ?>".
© 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.