I made this change:
This is what you have written:
// if the order contains only virtual products or the cart wt is zero and the cart total is zero as well,
// forward the customer to the billing page as a shipping address is not needed. - www.theukwaltons.co.uk
if ($order->content_type == 'virtual' || $total_weight == 0 && $cart->show_total() == 0) {
But should read
// if the order contains only virtual products or the cart wt is zero and the cart total is zero as well,
// forward the customer to the billing page as a shipping address is not needed. - www.theukwaltons.co.uk
if ($order->content_type == 'virtual' || $total_weight == 0 || $cart->show_total() == 0) {
However, it seems to skip the shipping page regardless of the weight i have a product that weighs 0.00 but my other products weigh something and they skip the shipping as well
- osCommerce Support Forum
- → Viewing Profile: Posts: jack_frost
Latest News: (loading..)
Community Stats
- Group Members
- Active Posts 194
- Profile Views 8,661
- Age Age Unknown
- Birthday Birthday Unknown
-
Real Name
Jesper
-
Gender
Not Telling
Contact Information
1
Neutral
User Tools
Friends
jack_frost hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Skip Shipping Page
14 May 2013 - 07:41 AM
In Topic: No Checkout if...
23 January 2013 - 02:52 PM
I stille have not yet found a way to resolve this issue.
Any and all help would be very much appreciated.
- Jack
Any and all help would be very much appreciated.
- Jack
In Topic: Cookies Problem
08 January 2013 - 08:51 PM
I GOT IT!
It wasnt poor little OsC's fault at all, it was my damn hosting company!
Theyve upgraded to Litespeed, which screws up my Cache!
I fixed it by adding this string of code to my Htacces file:
RewriteEngine on
RewriteRule (.*) - [E=Cache-Control:no-cache]
Succes!
Thanks though!
- Jack
It wasnt poor little OsC's fault at all, it was my damn hosting company!
Theyve upgraded to Litespeed, which screws up my Cache!
I fixed it by adding this string of code to my Htacces file:
RewriteEngine on
RewriteRule (.*) - [E=Cache-Control:no-cache]
Succes!
Thanks though!
- Jack
In Topic: Cookies Problem
08 January 2013 - 08:22 PM
Hi Chris
If i change it to:
define('HTTP_SERVER', 'http://fatima.dk');
define('HTTPS_SERVER', 'http://fatima.dk');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'fatima.dk');
define('HTTPS_COOKIE_DOMAIN', 'fatima.dk');
define('HTTP_COOKIE_PATH', '/shopp/catalog/');
define('HTTPS_COOKIE_PATH', '/shopp/catalog/');
define('DIR_WS_HTTP_CATALOG', '/shopp/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/shopp/catalog/');
Then i am no longer able to log in (as a customer)
It makes it worse!
If i change it to:
define('HTTP_SERVER', 'http://fatima.dk');
define('HTTPS_SERVER', 'http://fatima.dk');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'fatima.dk');
define('HTTPS_COOKIE_DOMAIN', 'fatima.dk');
define('HTTP_COOKIE_PATH', '/shopp/catalog/');
define('HTTPS_COOKIE_PATH', '/shopp/catalog/');
define('DIR_WS_HTTP_CATALOG', '/shopp/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/shopp/catalog/');
Then i am no longer able to log in (as a customer)
It makes it worse!
In Topic: Cookies Problem
08 January 2013 - 07:19 PM
And my
In my Admin -> Configure -> Cache
Use Cache: False
In my Admin -> Configure -> Cache
Use Cache: False
- osCommerce Support Forum
- → Viewing Profile: Posts: jack_frost
- Privacy Policy
- Forum Rules ·



Find content