Magento Questions Answered By Magento Experts

 

Welcome Guest. Sign in or Signup

1 Answers

Coupon listing page

Asked by: 1151 views , , , ,
Questions

Hi,

Currently I am working wih a magento theme integraion. Site has a coupon listing page with a list of all coupons added through admin.

Site usese a third party checkout tool. The only functionality should be to copy the code (from coupon list) to the clipboard so the user can paste it on the 3rd party check out page.

 

Do you have any idea about creating a coupon listing page(list all coupons) in magento site frontend.

Thanks,

Rish.

1 Answers



  1. Magentist on Jul 19, 2011 Reply

    Hi Rish – this is actually something that is a native functionality in Magento. There is a RSS feed with all the active coupons that are set in the admin to be visible in the feed.

    The feed can be accessed via Magento’s RSS feed located at this URL: your-store-url.com/rss/.

    The specific feed URL listing all the coupons and promotion rules will look something like this: your-store-url.com/rss/catalog/salesrule/store_id/1/cid/0/

    You can then easily create a page that reads from this live feed ;) .

    I hope this helps!! Make sure to check out our Magento Themes and Magento Extensions!

    +2 Votes Thumb up 2 Votes Thumb down 0 Votes


Answer Question