-
Notifications
You must be signed in to change notification settings - Fork 2
shuhrat/frog_ecommerce
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WARNING - This hasn't been tested. I plan on creating an install script to do all of this automatically. ---------------------------------------- Install ---------------------------------------- * The front-end relies on Prototype. I plan on converting it to jQuery. There really isn't that much going on with it. * You will need the FCKEditor plugin for product descriptions create and update pages to work correctly. * I'm also using CKFinder, a file manager pugin for FCK to upload and choose product files and videos. Create the following pages in Frog. You will use the id's of these pages for the changes in the EcommerceController.php below. The plugin expects the parent item to be called Products with a slug of 'products'. You'll need to change the references in the controller if you want it to be called something different. Products ----Types ----Vendors ----Cart ----Checkout ---------------------------------------- Layout ---------------------------------------- There are layout tokens for the main cart front-end, cart actions and cart flash. Use the tokens below to pull in that content: Main <!-- ecommerce --> Cart actions <!-- ecommerce cart actions --> Ecommerce flash <!-- ecommerce flash --> ---------------------------------------- EcommerceController.php file changes ---------------------------------------- Line 661, 662 Change mail settings for order emails Line 840, 915 Set parent_id to main type page's page_id Line 852, 927 Set parent_id to main vendor page's page_id Line 859 Set parent_id to main product page's page_id Starting at Line 239 It's using FirstData for payments. You'll need to create a class for your payment processor in the same way. Line 1493 Change upload path for images
About
Frog CMS Ecommerce Plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published