简体   繁体   中英

Can I set up automated publication of a Magento CMS page?

is there a way to schedule publication of a Magento CMS page that is under version control?

ie:

On March 3, 2011 at 12:00am, change CMS page 'Home Page' from Verision A to Version B

is there anything built into Magento that would handle that? or would I need to DIY?

thx

You'd need to DIY this, although it's a pretty clear path forward.

  1. Setup a Magento Cron Job event listener

  2. Have that listener manipulate cms/page models to achieve your end goals

Go to Admin -> CMS -> Home -> Custom design

Then set Custom Design From and Custom Design To as you want. You need to have Magento Cron Job configured in your server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM