TNEW Dynamic Shipping

Hi all,

This system table is great, but is there an easier way to block one shipping method instead of having to enable three for every event? I need to block Print At Home from most of our events.

 

Thanks,

Parents
  • No, and that was a problem for us because we were used to using keywords to flag performances as not PAHT capable with our old, in-house site.

    Between that and the complexity and problematic UI of the system table I built a customization that allows our Box Office to flag performances and packages using keywords associated with our delivery methods, and then a SQL Server Agent job reads these and another table I made to cover things like payment methods and price types, and then refresh the system table with that information.
    Interestingly, the additive nature of the table actually starts to make more sense when you are applying keywords to performance elements.
Reply
  • No, and that was a problem for us because we were used to using keywords to flag performances as not PAHT capable with our old, in-house site.

    Between that and the complexity and problematic UI of the system table I built a customization that allows our Box Office to flag performances and packages using keywords associated with our delivery methods, and then a SQL Server Agent job reads these and another table I made to cover things like payment methods and price types, and then refresh the system table with that information.
    Interestingly, the additive nature of the table actually starts to make more sense when you are applying keywords to performance elements.
Children
No Data