Jump to content



Latest News: (loading..)

Holiday settings - anyone willing to help with a basic function via email or msn


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1   kingnpuk

kingnpuk
  • Members
  • 7 posts

Posted 02 February 2012 - 12:32 PM

hi guys, I want to simply add a holiday message on my site to say I am away for a week.
I have read contributions and found help guides but I can't even find the catalog directory in file manager!
If there is a kind person that will go through the process via email or msn , I promise it will be fast!

Please pm me, thank you

#2 ONLINE   PupStar

PupStar
  • Members
  • 557 posts

Posted 02 February 2012 - 12:34 PM

you may not find a 'catalog' folder if your store is in the root folder i.e. '/' not 'catalog/'

Look again and you will see what I mean.

Mark

#3 ONLINE   burt

burt

    Code Monkey

  • Community Team
  • 7,724 posts

Posted 02 February 2012 - 12:34 PM

open up checkout_shipping.php

add this line:  tep_redirect(FILENAME_SHOPPING_CART);

open up shopping_cart.php

add this:

<h1>I'm on holiday, back soon. </h1>

Done
eBooks / Templates

Warning: My posts may contain Horsemeat.

#4   kingnpuk

kingnpuk
  • Members
  • 7 posts

Posted 02 February 2012 - 12:49 PM

View Postburt, on 02 February 2012 - 12:34 PM, said:

open up checkout_shipping.php

add this line:  tep_redirect(FILENAME_SHOPPING_CART);

open up shopping_cart.php

add this:

<h1>I'm on holiday, back soon. </h1>

Done

where exactly do I insert the line?

and also in shopping_cart.php

where do I insert <h1>I'm on holiday, back soon. </h1>

thanks