kitpages / shop-cms-bundle
catalog of product for the Kitpages CMS Bundle
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- avalanche123/imagine-bundle: *
- kitpages/cms-bundle: 2.1.*
- symfony/framework-bundle: 2.1.*
This package is auto-updated.
Last update: 2024-11-04 19:59:38 UTC
README
Installation
hum... as usual...
put the code in vendors/Kitpages/ShopCmsBundle
add vendors/ in the app/autoload.php
add the new Bundle in app/appKernel.php
You need to create a table in the database : launch command: php app/console doctrine:schema:update
Step: Configuration example
kitpages_cms: block: template: template_list: product: class: 'Kitpages\ShopCmsBundle\Form\Block\Product' name: 'Standard' twig: 'KitpagesShopCmsBundle:Block:form/product.html.twig' renderer: product: default: type: 'twig' twig: 'KitpagesShopCmsBundle:Block:renderer/product/default.html.twig'
kitano_payment: service: payment_system: %payment.service% config: notification_url: "%base_url%/payment/payment-notification" internal_back_to_shop_url: "%base_url%/payment/back-to-shop" external_back_to_shop_url: "%base_url%/shop/back-to-shop"