Jump to content



Latest News: (loading..)

jack_frost

Member Since 10 Feb 2007
OFFLINE Last Active May 14 2013 07:49 AM
-----

Posts I've Made

In Topic: Skip Shipping Page

14 May 2013 - 07:41 AM

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

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

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

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! :P

In Topic: Cookies Problem

08 January 2013 - 07:19 PM

And my
In my Admin -> Configure -> Cache

Use Cache: False