Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-21-2007 16:43:45

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Update Issued: KRYPT05212007A - Important Info

Hello.  This message is for all KHXC and CCP users who have installed the KHXC and applications prior to 05/21/2007 @ 1:00 PM ET.  An update was issued today.  Please read the information below to correctly apply this update:

As of 01/11/2007 the KHXC and CCP were moved from a RELEASE status to STABLE.  Software with a status of STABLE is updated using a versioned method.  Versioned updates are applied using your installer script that you used to initially install the KHXC and applications (PUBLIC/installer.php).  Versioned updates download only changed codebase files to your installation.

### INSTRUCTIONS

Following are instructions on running a versioned update with your installer:

(1) Access the management interface and run all SQL statements listed in the 'DATABASE UPDATES - TO DO BEFORE UPDATE' section below.

(2) Access your installer.php script and login.  Submit through steps 1-5 without making changes to your installation configuration information.

(3) On Step 6 (PEAR Installation), choose 'Yes, reinstall/update PEAR modules'.  Leave the 'Overwrite all files' checkbox EMPTY.  It is your option whether you choose to auto-submit the steps or confirm each one.  If any PEAR modules have been updated since your last installer run, only those files that have changed will be updated.

(4) On Step 7 (KHXC Installation), choose 'Yes, reinstall/update the KHXC codebase'.  Leave the 'Overwrite all files' checkbox EMPTY.  It is your option whether you choose to auto-submit the steps or confirm each one.  If any KHXC modules have been updated since your last installer run, only those files that have changed will be updated.

(5) Submit through steps 8-11 without making changes to your installation configuration information.

(6) On Step 12 (Application Installation), choose 'Yes, reinstall/update applications(s)'.  Leave the 'Overwrite all files' checkbox EMPTY.  It is your option whether you choose to auto-submit the steps or confirm each one.  If any application modules have been updated since your last installer run, only those files that have changed will be updated.

(7) On Step 13 (KHXC Database Reload), choose 'Reload with recently changed definition files only'.  It is your option whether you choose to auto-submit the steps or confirm each one.  If any database definition files have been updated since your last installer run, only those files that have changed will be updated.  Do not worry about losing data or the installer overwriting your data during a database reload.  The installer is smart enough not to do that to you.

(8) Access the management interface and make all changes described in the 'SKIN/INCLUDE UPDATES - TO DO AFTER UPDATE' section below.

### CHANGED IN THE KRYPT05212007A UPDATE

Please make note of these changes as if you modified your codebase files and those modified files were overwritten with an updated file, you will need to make those modifications again to all updated files.  Update KRYPT01132006A is a cummulative update that addresses the following items and adds the following functionality:

Code:

### KHXC

Added new KHXCMI2 skin and made navigational system changes.

Change DB->quote to not do nulls.

Namespace listings in admin need to show the namespace id in addition to the common name.  Changed column def.

Fixed issue with download file cron delete timing.

Added ‘hidden’ css class to KHXC default skin.

Removed Oracle as RDBMS option.

Enhanced central server registration check connectivity logic.

ISAPI – getenv does not work.  Used $_SERVER throughout code.

Updated PEAR Mail and Mail_mime modules to allow sendmail to cleanly send XHTML messages.

### CCP 

Created new 'ClickCartPro' skin.

All includes updated to provide more consistent use of CSS classes.

Modified discount code calculations.

Removed additional products from breadcrumbs.

Volume pricing text modified to parse for <price></price>.

Fractional quantities now allowed with flag.

Split up order summary into store, mail, printable displays.

Modified checkout to use class variables instead of passed variables for checkout session and cart information.

Fixed discount/custom sale issue in order totals include.

Remote product HTML cart additions now make use of product options.

Provided sortorder fields for the countries and stateprov tables.

Combined ship addresses in displays.

Changed checkout to be more user friendly with easier to follow instructions and buttons.

Multiple images are now supported for detail displays and lightbox.

Ability to embed options in the product detail display granted.

Greater/Equal Less/Equal logic implemented for prices in product search.

Option added to display line breaks for product options.

Increased size of product id to 250.

Disable wish list flag.

Removed disablesubmit from WishList to avert issues with Safari.

Changed format of download links in emails.

Various typographical changes made.

Offline orders changed to send cc info to primary order email address.

Added accountconf.php to XHTML include listings.

Enhanced product option inventory functionality.

Enhanced related items displays.

Negative inventory items are no longer presented in displays.

Commas are now stripped from prices for the remote add to cart API.

Issues with Authorize.net SIM fixed.

Issues with Cybersource fixed.

Adjusted lightbox code to play nicely with flash.

New form field includes are now used on the application level instead of using common KHXC includes.

Changed ids for quantity fields in the multi-add displays.  

Defaulted shipping address in checkout to the last one in the address book

'itemopts' usage changed to 'optdisp' for all option displays.

Changed behavior of continue shopping.

UPS OnlineTools / UTF8 server issues identified and resolved.

Security enhanced to allow processing for enabled processing gateways only.

Ship to billing address only option added.

Cart product and option prices are now updated automatically from the database when the cart is loaded.

Zip+4 USPS issues resolved.

Expanded base dynamic menu system to allow for the use of a custom menu with custom links.

Custom shipping functionality expanded to pass: packages array and all destination / origin info.  Now set up to handle realtime logic if necessary.

Various updates to the CCP5.1 data importer for ClickCartPro 6.

Modified affiliate and wholesale account interfaces to provide better presentation.

Modified order processing logic to do database updates prior to sending mail messages to reduce duplicate orders when using relay/response methods with instant payment notification.

### DATABASE UPDATES - TO DO BEFORE UPDATE

The following database updates should be run via the Raw Database Admin 'Submit a Raw SQL Statement' function in the Kryptronic Hybrid X Core.  These SQL statements should be run PRIOR TO RUNNING THE UPDATE.

Code:

DELETE FROM khxc_modules WHERE id='skin.KHXCMI'

DELETE FROM khxc_incphp WHERE id='khxc.appsmenulogin'

DELETE FROM khxc_incphp WHERE id='khxc.appsmenufail'

DELETE FROM khxc_incphp WHERE id='khxc.recentmenufail'

DELETE FROM khxc_incphp WHERE id='khxc.popularmenufail'

DELETE FROM khxc_incphp WHERE id='ccp0.emailfrlink'

DELETE FROM khxc_settings WHERE id='khxc.altrdbms.dbtype.3'

UPDATE khxc_formfields SET section='Item Quantity', description='Enter the appropriate quantity for this item below.' WHERE id='ccp0.prodaddtocart.quantity'

UPDATE ccp0_storemenu SET name='Shopping Cart' WHERE id='viewcart'

UPDATE khxc_namespaces SET name='Shopping Cart' WHERE id='ccp0.viewcart'

UPDATE khxc_namespaces SET name='Shopping Cart' WHERE id='ccp0.addcart'

UPDATE khxc_namespaces SET name='Shopping Cart' WHERE id='ccp0.updatecart'

UPDATE khxc_namespaces SET name='Shopping Cart' WHERE id='ccp0.movecart'

UPDATE khxc_namespaces SET name='Shopping Cart' WHERE id='ccp0.deletecart'

DELETE FROM ccp0_country

DELETE FROM ccp0_stateprov

DELETE FROM ccp0_prodcatdisp WHERE id='wadd' OR id='dsadd'

DELETE FROM ccp0_proddetdisp

### SKIN/INCLUDE UPDATES - TO DO AFTER UPDATE

The following updates are recommended for the 'Ecom' and 'Mail' skins.  Because skins are not touched during updates, these changes should be applied manually:

Code:

1. Remove references to 'Wish List' from links in the 'Ecom' skin.

2.  Added 'big' CSS class for paragraphs.  Default bold 16 pixels.

3. Update css in both skins.  Do a find on 'khxc_ordsumm' and replace with 'khxc_regtable'.

4. Change any classed H1 tags in your user HTML pages (under Home > ClickCartPro > Web Pages: Web Page Management > Manage Web Pages) to use a p tag classed as 'khxc_storehead'.

5. Change references from 'ordersummary.php' to 'ordersummaryxhtml.php' in all order mail message includes.

### MODULES UPDATED

The following modules were updated in this update:

Code:

KHXC (All PHP/XHMTL Includes Updated)
KHXC_App
KHXC_BackEnd
KHXC_Cron
KHXC_DB
KHXC_Display
KHXC_Docs
KHXC_File
KHXC_Form
KHXC_Installer
KHXC_Mail
KHXC_Session

CCP (All PHP/XHMTL Includes Updated)
CCP_Cart
CCP_Cat
CCP_Checkout
CCP_Docs
CCP_Export
CCP_OLP
CCP_Order
CCP_Prod
CCP_Ship

Nick Hendler

Offline

 

#2 05-21-2007 17:26:26

Lisaweb
Member
From: CA
Registered: 04-21-2003
Posts: 417

Re: Update Issued: KRYPT05212007A - Important Info

Yay!!!   Thanks, Nick, for all your hard work!    *claps hands*

One Question:  If I want to delete everything  my database, and go with a completely fresh installation, how would the steps differ from the instructions above?

Offline

 

#3 05-21-2007 17:54:03

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

Nick, I read through the list, but I don't see it - is the user still required to create an account to make a single purchase?

James...

Offline

 

#4 05-21-2007 18:35:05

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Update Issued: KRYPT05212007A - Important Info

Slight problem encountered at step 9 after updating the PEAR code in an earlier step.  The SMTP configuration that worked originally is now failing with the following error:

An error was encountered while sending the mail message over the Mail connection. Error Information: authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.0 Error: authentication failed: another step is needed in authentication)]

Kinda tough to get past this one smile

Offline

 

#5 05-21-2007 18:41:38

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

I just ran it, didn't encounter that problem.

I just tried to buy something and I'm required to create an account.  What's the rules regarding selling a cart license?

Offline

 

#6 05-21-2007 18:46:34

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Update Issued: KRYPT05212007A - Important Info

wyattea wrote:

I just ran it, didn't encounter that problem.

Do you use a SMTP Server Connection that requires authentication to connect and send mail?

Offline

 

#7 05-21-2007 18:58:47

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

hmmm....no idea - I haven't touched the cart in months while waiting for the update and the forced account creation issue to be addressed but i think i saw a reference to 'sendmail' while going through the script.

Last edited by wyattea (05-21-2007 19:10:48)

Offline

 

#8 05-21-2007 19:16:29

FrankJAG
Member
From: Texas
Registered: 03-03-2007
Posts: 179
Website

Re: Update Issued: KRYPT05212007A - Important Info

I ran the update without the SQL update, is it safe to do that then run the installer again.

Might want to note that the SQL DB needs to be done first before the update.

Offline

 

#9 05-21-2007 19:21:39

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

I did have an issue finding the 'css' updates.  I couldn't find the references and I searched alot.  The 'structure' of the admin interface is so convoluted because you don't know what's khxc or ccp that telling us to do something should always include a 'breadcrumb' list of where it's located.

Anyone find the Wish List disable button yet?

Offline

 

#10 05-21-2007 19:30:27

FrankJAG
Member
From: Texas
Registered: 03-03-2007
Posts: 179
Website

Re: Update Issued: KRYPT05212007A - Important Info

Arrgh, the default install example products are back in the store (all the PC products).

Where do we find:
1. Remove references to 'Wish List' from links in the 'Ecom' skin.

2. Update css in both skins.  Do a find on 'khxc_ordersumm' and replace with 'khxc_regtable'.

3. How does the sort on products and product category work now?

TIA

Last edited by FrankJAG (05-21-2007 19:42:41)

Offline

 

#11 05-21-2007 19:51:47

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

One Question:  If I want to delete everything except my database, and go with a completely fresh installation, how would the steps differ from the instructions above?

You will want to do the database reload with all database definition files, not just the recently changed files.

Nick, I read through the list, but I don't see it - is the user still required to create an account to make a single purchase?

Yes.  I tried several different ways to allow purchase without an account, however every way attempted seriously reduced the security in the program.  After looking at many other e-commerce script examples and major retailers, I was unable to find any that offered a checkout without an account.  After spending nearly a month trying to get it to work properly, that function was dropped from the update.


Slight problem encountered at step 9 after updating the PEAR code in an earlier step.  The SMTP configuration that worked originally is now failing with the following error: An error was encountered while sending the mail message over the Mail connection. Error Information: authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.0 Error: authentication failed: another step is needed in authentication)]

You may want to try sendmail for the time being.  I will check into this issue.  The PEAR Mail and Mail_mime modules were updated in this update and there may be an issue with one of them - but I am not ruling out a server side issue here.

I ran the update without the SQL update, is it safe to do that then run the installer again.  Might want to note that the SQL DB needs to be done first before the update.

Yes, it's safe to run the recommended SQL statements then reapply the update.


I did have an issue finding the 'css' updates.  I couldn't find the references and I searched alot.  The 'structure' of the admin interface is so convoluted because you don't know what's khxc or ccp that telling us to do something should always include a 'breadcrumb' list of where it's located.  Anyone find the Wish List disable button yet?

The disable wish list feature is located under:

Home > ClickCartPro > Settings: Application Settings Menu > General Store Settings

For the CSS updates, update CSS in the skins under:

Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage Display Skins

Arrgh, the default install example products are back in the store (all the PC products).  One more, how does the sort on products and product category work now? TIA

You must have reloaded all database definition files.  This would not have happened if you reloaded recently changed files only.

How does the sort on products and product category work now?

It works based on the sort order numeric you enter when managing categories and products.


Nick Hendler

Offline

 

#12 05-21-2007 19:58:44

slydog
Member
Registered: 05-21-2006
Posts: 694

Re: Update Issued: KRYPT05212007A - Important Info

wyattea wrote:

I just ran it, didn't encounter that problem.

I just tried to buy something and I'm required to create an account.  What's the rules regarding selling a cart license?

or... what is the refund policy?

Offline

 

#13 05-21-2007 20:02:52

FrankJAG
Member
From: Texas
Registered: 03-03-2007
Posts: 179
Website

Re: Update Issued: KRYPT05212007A - Important Info

Can you be a bit more specific on how to make it sort the products and cats please Nick? Thanks a mill.

Offline

 

#14 05-21-2007 20:19:29

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

In the management interface, under:

Home > ClickCartPro > Catalog: Categories, Products and Options > Manage Online Store Products
~and~
Home > ClickCartPro > Catalog: Categories, Products and Options > Manage Online Store Categories

When you choose to update a product or category, there is a 'Sort Order' numeric field.  Enter a number to control the sort order for each product/category.  By default the system sorts lowest to highest.  Ie:  A product with a sort order of 1 is displayed before a product with a sort order of 3.


Nick Hendler

Offline

 

#15 05-21-2007 20:25:39

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

100% of my customers will NOT be shipping to themselves (gift baskets). 
Is it POSSIBLE to ask for the shipping information (which I'll call 'recipient information) BEFORE creating an account?  At least they've invested enough time to more than likely continue.

I guess the problem with the categories list is still there too (you basically have to lump all categories together so the customer has a hard time looking for the category they want) unless you hard code it which pretty much gets rid of the simplicity of a database driven design

what is the 're-sell the cart license' policy? (Slydog: 4 months after purchasing pretty much negates any refund - but we were told the update would happen in Feb and that it might include the account creation issue fix)

Last edited by wyattea (05-21-2007 20:28:20)

Offline

 

#16 05-21-2007 20:32:33

slydog
Member
Registered: 05-21-2006
Posts: 694

Re: Update Issued: KRYPT05212007A - Important Info

wyattea wrote:

what is the 're-sell the cart license' policy? (Slydog: 4 months after purchasing pretty much negates any refund - but we were told the update would happen in Feb and that it might include the account creation issue fix)

I hear ya, I completely stopped working on it two weeks after it was released and have been just waiting around for this update to review it. Don't believe it's gonna work for me, most of my customers do not create accounts either. Where does the "Continue Shopping" link take you now?

Offline

 

#17 05-21-2007 20:42:34

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

100% of my customers will NOT be shipping to themselves (gift baskets).  Is it POSSIBLE to ask for the shipping information (which I'll call 'recipient information) BEFORE creating an account?  At least they've invested enough time to more than likely continue.

The shipping information is tied to the address book, which is only available for account holders.  In 99% of situations for online stores you will find the methods implemented in CCP6 to provide the quickest possible checkout for users while still providing all of the functionality CCP is famous for.  There are no more fields to fill out (other than the password field) when creating an account versus not creating an account.   This checkout without an account dilemma is all based on your perception that is is more trouble than it's worth to enter a password than to not enter a password.  If this were the case I would have been able to find at least one other piece of software or online store worth it's salt that did not require an account to checkout. 

Concerning your question, the software could be modded to ask for a shipping address as each item is added to the cart.  Harry and David does this (http://www.harryanddavid.com/).  They're in the same business you are (pretty much).  However, to send to anyone other than yourself with their store, you still need to sign into an account and work with an address book. 

I guess the problem with the categories list is still there too (you basically have to lump all categories together so the customer has a hard time looking for the category they want) unless you hard code it which pretty much gets rid of the simplicity of a database driven design

Maybe you're not using the subcategory system to it's fullest potential.  A good hierarchy will make the menu system very usable.  The dynamic menus were made for those users who do not have the ability to code their own menus in their skins.  I'd recommend coding your own menu if you have needs beyond what the main/sub category system and menus do.

what is the 're-sell the cart license' policy? (Slydog: 4 months after purchasing pretty much negates any refund - but we were told the update would happen in Feb and that it might include the account creation issue fix)

Please contact me using the form here: https://kryptronic.com/khxc/ccp0-contact/KHXCseo.html concerning this.  These types of questions are not addressed here in the support forum and especially not in a thread concerning a software update.


Nick Hendler

Offline

 

#18 05-21-2007 20:42:47

FrankJAG
Member
From: Texas
Registered: 03-03-2007
Posts: 179
Website

Re: Update Issued: KRYPT05212007A - Important Info

webmaster wrote:

In the management interface, under:

Home > ClickCartPro > Catalog: Categories, Products and Options > Manage Online Store Products
~and~
Home > ClickCartPro > Catalog: Categories, Products and Options > Manage Online Store Categories

When you choose to update a product or category, there is a 'Sort Order' numeric field.  Enter a number to control the sort order for each product/category.  By default the system sorts lowest to highest.  Ie:  A product with a sort order of 1 is displayed before a product with a sort order of 3.

Sorry I miscommunicated, what I mean is sorting the products and categories within the admin menu (not the store). Thanks again and sorry about that Nick.

Offline

 

#19 05-21-2007 20:45:32

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

Where does the "Continue Shopping" link take you now?

It defaults to the setting you choose under:

Location: Home > ClickCartPro > Settings: Application Settings Menu > General Store Settings

Look at the setting 'Continue Shopping: Target'.  This could be set to the last product viewed, last category viewed or the store splash page.


Nick Hendler

Offline

 

#20 05-21-2007 20:47:58

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

What about this idea - i know someone who uses ccp5.1 for gift baskets and they use "optionprodlist' fields to get their recipient's 'message on card' before it's added to the cart (filled in on product page and appears along with item in cart display. 

Can we create a bunch of additional fields to get the recipient's information and turn off 'shipping address' completely? So the cart will always assume the 'ship address' is the billing address?  I'll never use real-time shipping so that won't bother me.

Would that be feasible?

Last edited by wyattea (05-21-2007 20:50:51)

Offline

 

#21 05-21-2007 20:48:45

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

Sorry I miscommunicated, what I mean is sorting the products and categories within the admin menu (not the store). Thanks again and sorry about that Nick.

Access:

Home > Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin

And choose to 'Browse' the 'khxc_tabledefs' table.  Then choose to 'Update' either the 'ccp0_prod' (products) or 'ccp0_cat' (categories) table.  Change the value for the column:

torderby

To whatever fields you want to order by.  Each column name should be followed with a 'DESC' or 'ASC' to sort descending or ascending respectively.  You can make multiple column assignments.  The default is:

splashdisp DESC, sortorder ASC

Which sorts first on whether an item is displayed on the splash page, then on the product sort order.


Nick Hendler

Offline

 

#22 05-21-2007 20:55:25

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

What about this idea - i know someone who uses ccp5.1 for gift baskets and they use "optionprodlist' fields to get their recipient's 'message on card' before it's added to the cart (filled in on product page and appears along with item in cart display.

Can we create a bunch of additional fields to get the recipient's information and turn off 'shipping address' completely? So the cart will always assume the 'ship address' is the billing address?  I'll never use real-time shipping so that won't bother me.

You could do that by adding product options to each product for the recipient's address, name, etc.  If you do this, I would recommend switching the following settings:

Home > ClickCartPro > Settings: Application Settings Menu > Shipping Settings:
Allowed Shipping Addresses => Set to 'Allow Shipping to Billing Address Only'

Home > ClickCartPro > Settings: Application Settings Menu > General Store Settings:
Display Product Options With Line Breaks => Set to 'true (1)'

I would also update the following includes: under:

Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes

Checkout Shipping Info
Order Summary (Order Confirmation)
Order Summary Display (Checkout)
Order Summary (Printable XHTML Invoice)
Order Summary (Text Mail)
Order Summary (XHTML Mail)

To adjust the shipping displays so they do not list the billing address.


Nick Hendler

Offline

 

#23 05-21-2007 20:56:37

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

the account creation feature is great - in theory - but not for my type of customer who only needs 1 basket, sent because aunt gladys died.  They MIGHT come back but they dont' think they will until the next aunt dies or they realize they can't make it to their best friend's wedding across the country.  But the bigger issue is it creates it immediately before they invest time in putting the recipient information - which means they've decided to buy since they are inputting personal information on the site. 

Lots of our customers HATE verified by visa (which our processor requires) - luckily it's asked for AFTER they enter all information including their CC info.   If they had to enter the VbV password or be forced to create a new pw for VbV if it's their first time, my conversion rate would freefall to a horrible percentage.

When you say 'modded to ask for a shipping address' - do you mean I could go in and do it myself (with solid html knowledge and basic php editing knowledge (but not writing php from scratch)) or do you mean I'd have to pay someone professional to do it because it's that complicated?

Offline

 

#24 05-21-2007 20:58:46

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update Issued: KRYPT05212007A - Important Info

ok, i think we have a winner! smile

Offline

 

#25 05-21-2007 20:59:38

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19951
Website

Re: Update Issued: KRYPT05212007A - Important Info

Look at my answer to your last post - our last two posts may have crossed each other.  Also, I do have plans to implement a shipping estimator/calculator in the future.  I'm not sure if that would quell your need to get more information prior to checkout.


Nick Hendler

Offline

 

Board footer