2017 © Pedro Peláez
 

symfony-bundle shop-cms-bundle

catalog of product for the Kitpages CMS Bundle

image

kitpages/shop-cms-bundle

catalog of product for the Kitpages CMS Bundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

KitpagesShopCmsBundle

Installation

hum... as usual..., (*1)

put the code in vendors/Kitpages/ShopCmsBundle, (*2)

add vendors/ in the app/autoload.php, (*3)

add the new Bundle in app/appKernel.php, (*4)

You need to create a table in the database : launch command: php app/console doctrine:schema:update, (*5)

Step:, (*6)

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', (*7)

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", (*8)

The Versions

16/05 2013

dev-master

9999999-dev https://github.com/kitpages/KitpagesShopCmsBundle

catalog of product for the Kitpages CMS Bundle

  Sources   Download

BSD

The Requires

 

by Sebastien Lefebvre

catalog kitpages cms