[ic] Dropping items upon checkout (shared ssl)

Hans interchange-users@icdevgroup.org
Mon Dec 9 12:43:26 2002


Hello -

4.9.3 on a shared ssl is dropping items upon checkout.

Here's the configuration I've tried:

...

catalog.cfg

CookieDomain	www.site.com	my.securesite.com

VendURL    http://www.site.com/~site/cgi-bin/cart.cgi
SecureURL  https://my.securesite.com/~site/cgi-bin/cart.cgi

ifndef SECURE_ENABLE
SecureURL  https://my.securesite.com/~site/cgi-bin/cart.cgi
endif

AlwaysSecure <<EOF
        account
        change_password
        customerservice
        login
        logout
        new_account
        ord/basket
        ord/checkout
        order
        process
        query/check_orders
        query/order_detail
        query/order_return
        returns
        saved_carts
        ship_addresses
EOF

...

Added to variable.txt

DOMAINNAME     www.site.com               Company
SAMPLEURL      http://www.site.com        Directories and Paths
SECURE_ENABLE  1                          General
SECURE_SERVER  https://my.securesite.com  Directories and Paths
SERVER_NAME    www.site.com         	  Directories and Paths

...

Any suggestions would GREATLY be appreciated!!

Thanks so much ---- Hans