Announcement

Collapse
No announcement yet.

Need to display conditional message based on system date, and time, else alternate...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need to display conditional message based on system date, and time, else alternate...

    Need to display conditional message based on system date, and time (applicable time zone), else alternate message.

    Example:
    Code:
    %IF((s.dyn_tm_wday LT 3) OR (s.dyn_tm_wday GT 6))%
    
      %IF((s.dyn_tm LT 15) OR (s.dyn_tm GT 24))%
            
        Ships today if ordered before 3:00 PM ET!
    
    %ELSE%
    
    Ships Next Business Day.
    
    %IFEND%
    Thank you, Bill Davis

    #2
    Re: Need to display conditional message based on system date, and time, else alternat

    Hello Bill,

    I am not exactly sure what your question is.

    http://www.southbound.com/Merchant2/...ode=southbound

    I am wondering if this module can help you?

    Let me know if you have any questions.

    Thanks,

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    Comment


      #3
      Re: Need to display conditional message based on system date, and time, else alternat

      Hey Scott, what I need is a conditional to display the following message:

      Monday through Saturday between 12:00 Midnight ET, and 3:00 PM ET:

      "Ships today if ordered before 3:00 PM ET!"

      Else

      "Ships next business day."
      Thank you, Bill Davis

      Comment


        #4
        Re: Need to display conditional message based on system date, and time, else alternat

        Bill,

        I sent you an message offline.

        Scott
        Need to offer Shipping Insurance?
        Interactive Design Solutions https://www.myids.net
        MivaMerchant Business Partner | Certified MivaMerchant Web Developer
        Competitive Rates, Custom Modules and Integrations, Store Integration
        AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
        My T-shirt Collection is mostly MivaCon T-shirts!!

        Comment

        Working...
        X