Jump to content


Corporate Sponsors


Latest News: (loading..)

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


  • You cannot reply to this topic
3 replies to this topic

#1 kingnpuk

  • Community Member
  • 7 posts
  • Real Name:Nitsh

Posted 02 February 2012, 12:32

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 PupStar

  • Community Member
  • 397 posts
  • Real Name:Mark
  • Gender:Male

Posted 02 February 2012, 12:34

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
My Contributions (so far):

Join Us On Facebook & Twitter Infobox

Contributions currently installed into osCommerce 2.3.1

  • Ajax Attributes Manager
  • CKEditor
  • Column Listing with smart column (modified)
  • Documents Manager
  • Easy Map
  • EasyPopulate v2_76i_231
  • Mindsparx Specials
  • Mindsparx Admin
  • OTF Auto Thumbnailer v2.4
  • Star Product v1.6 + Mindsparx Pimped version
  • Ultimate SEO Urls
  • Who's Online Enhancement
  • Printer Filter V1.7 (modified)
  • Info Pages Unlimited v2.07
  • Google Feeder V2.6
  • Year Make Model

#3 burt

  • Community Sponsor
  • 6,975 posts
  • Real Name:G Burton
  • Gender:Male
  • Location:UK/DEV/on

Posted 02 February 2012, 12:34

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
The Dirty Little Secrets that no osCommerce template sellers want you to know...revealed...

Support is commercially available. The question is whether you value your business
highly enough to spend money on it.

For commercial support from known developers who support osCommerce
ethos, please post at http://forums.oscommerce.com/forum/79-commercial-support/

#4 kingnpuk

  • Community Member
  • 7 posts
  • Real Name:Nitsh

Posted 02 February 2012, 12:49

View Postburt, on 02 February 2012, 12:34, 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