Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38
  1. #1
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Salemaker won't assign start, end dates

    Hello, I've got a problem with Salemaker, in that it won't accept the start and end dates of a sale (I'm using mm/dd/yyyy).

    If I am trying to set up a new sale and fill in the start/end fields, the dates default to immediately/never regardless of what I've entered.

    I have a couple of old expired sales, which display proper start and end dates as I set them up, but if I try to edit those dates they too revert to immediately start and never end.

    I've got version 1.3.9h. Only modifications I've made lately were related to Facebook like buttons on product pages.

    Grateful for suggestions where to start troubleshooting,

    thanks,
    s

  2. #2
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    My problem is not just a SaleMaker problem it turns out. If I try to edit a special, those no longer accept start and end dates. I don't use SaleMaker much but I do run specials and haven't encountered this before.

  3. #3
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    Let me rephrase the question a little: I have made some modification to my store recently which seems to have broken SaleMaker and Specials. I can make sales and specials but cannot set dates for them (they revert to running instantly and ending never).

    Files I have modified recently, which I suspect must contain an error:

    includes/templates/common/html_header.php
    includes/modules/meta_tags.php
    includes/templates/template_default/common/tpl_main_page.php
    includes/templates/template_default/templates/tpl_product_display.php


    Can someone help me zero in a little better?

  4. #4
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    I'll add:

    I can edit the starting and ending dates of a sale through my database, but not from the admin panel.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Salemaker won't assign start, end dates

    What are the settings in your english.php for these:
    Code:
    setlocale(LC_TIME, 'en_US.ISO_8859-1');
    define('DATE_FORMAT_SHORT', '%m/%d/%Y');  // this is used for strftime()
    define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
    define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
    define('PHP_DATE_TIME_FORMAT', 'm/d/Y H:i:s'); // this is used for date()
    define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
    define('DATE_FORMAT_SPIFFYCAL', 'MM/dd/yyyy');  //Use only 'dd', 'MM' and 'yyyy' here in any order
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    those settings:

    Code:
    @setlocale(LC_TIME, 'en_US.ISO_8859-1');
      define('DATE_FORMAT_SHORT', '%m/%d/%Y');  // this is used for strftime()
      define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
      define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
      define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');

  7. #7
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    Thank you for assisting me; I have to be out of town for about four hours now but will return to the topic. I notice it looks like I may be missing a couple of lines from that code........(somehow)

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Salemaker won't assign start, end dates

    Look in the english.php file for the Admin in the:
    /your_secret_admin/includes/languages/english.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Salemaker won't assign start, end dates

    that code:

    Code:
    setlocale(LC_TIME, 'en_US.ISO_8859-1');
    define('DATE_FORMAT_SHORT', '%m/%d/%Y');  // this is used for strftime()
    define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
    define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
    define('PHP_DATE_TIME_FORMAT', 'm/d/Y H:i:s'); // this is used for date()
    define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
    define('DATE_FORMAT_SPIFFYCAL', 'MM/dd/yyyy');  //Use only 'dd', 'MM' and 'yyyy' here in any order

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Salemaker won't assign start, end dates

    Can you give an example of the dates you are trying to set?

    For Example if the Sale runs from October 30, 2011 thru October 31, 2011 ...

    The Start Date would be: 10/30/2011 (Midnight)

    End Date would be: 11/1/2011 (Midnight)

    as the times starts and stops at Midnight ...

    NOTE: these dates are based on Server Time ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Can't set featured product start and end dates
    By discoveroo in forum General Questions
    Replies: 2
    Last Post: 26 Nov 2009, 01:46 PM
  2. Salemaker not showing Start/End dates
    By jordymacsmom in forum Setting Up Specials and SaleMaker
    Replies: 6
    Last Post: 16 Aug 2008, 06:29 AM
  3. Help With Start/End Dates
    By jordymacsmom in forum Setting Up Specials and SaleMaker
    Replies: 0
    Last Post: 28 Oct 2007, 01:18 PM
  4. Product start and end dates
    By Xanfar in forum Customization from the Admin
    Replies: 5
    Last Post: 15 May 2007, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR