Shopping / Modules
Modules are self powered classes that will extend your site to be more powerful and add further features to it like a Photo Gallery and so on.
Shopping (e-commerce)
This module allows you to have your own shopping (e-commerce) website where you can sale your items in different categories, attach pictures, attachments and even digital goods to them. For the items dynamic form is used so you can customize the item's details too.
It is build up from three parts as following:
- Shopping (aka Shopping Items) where you can set up your items in a directory like structure.
- Shopping Cart, which will display the cart and let people checkout, in the admin will allow you to set fees, discounts and defined order methods to checkout
- Shopping Orders, which will allow users to track their orders and even add comments to them, in the admin it will allow order processors to process these orders and keep contact with order owners using the comment system.
- Invoice Customer
- Check
- PayPal.com
- CCBill.com
- AlertPay.com
- Authorize.Net
- 2CheckOut.com
- MoneyBookers.com
- Ogone.com
-
{modules}shopping{/modules}
- display latest Shopping Items and the categories -
{modules}shopping/your_category_path{/modules}
- display the all items from the defined category and all subcategories -
{modules}shopping/keywords{/modules}
- display a keywords cloud (you can limit keywords by adding a number to it, for e.g. shopping/keywords/17) -
{modules}shopping/active{/modules}
- display the most viewed items -
{modules}shopping/popular{/modules}
- display the most bought items -
{modules}shopping/discussed{/modules}
- display the most commented on items -
{modules}shopping/rated{/modules}
- display the best rated items -
{modules}shopping/top{/modules}
- display the top 10 items (you can mix together with the above ones, for e.g. modules/shopping/active/top)
Comments (6)
I have a question, for method payment AlertPay, where is located te file for listen the rezul for payment (IPN status). On the AlertPay site they have a box where a need to set a Alert URL.
http://demo.jcore.net/?request=modules/shoppingorders/shoppingordermet...
Just remember replacing demo.jcore.net with your own domain :)
Thanks
Greg