Skip to content

Commit

Permalink
Updated code for new purchasable implementation
Browse files Browse the repository at this point in the history
* Using the new repository for purchasable instead of all single ones
* Adapted store and templates for this change

Fixes:

* Class ProductHasOnlyOneCategoryEventListener fixed. Doctrine was crashing because of bad practice of collection setters.
  More information in doctrine/orm#5601
* Fixtures restarted. No one resultant fixtures cannot be applied when there is some data.

Code:

* Code has changed in order to establish a new relation between the project and elcodi updates.
* All admin pages, twig templates and forms have been created
* Store have changed in order to work with new implementation
* Some names were explicitely refering to product instead of purchasable. This has changed.
* Using purchasable_name and valid_image twig extensions in store template

Tests:

* Some tests have been redone. All of them were testing behavior, and because some urls have been changed, for example,
these scenarios have been changed.
* Testing pack administration
* Added some entries in Visithor and fixed old ones

Translations:

* Updated the translations guide [EN]
* Fixed some keys for purchasable_pack
* Added serbian in Languages and fixed Galician
  • Loading branch information
mmoreram committed Jan 31, 2016
1 parent bb475e0 commit b6a90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/translations/messages.gl.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elcodi_plugin:
product_csv:
name: 'Exportar produtos'
action: Exportar
description: 'Exporta os teus produtos en formato CSV'
name: 'Exportar produtos'

0 comments on commit b6a90ae

Please sign in to comment.