Free shipping restricitions based on Countries and Shipping module

This commit is contained in:
Franck Allimant
2014-05-16 10:30:15 +02:00
parent ffd842cbf6
commit 90947bcda9
24 changed files with 7358 additions and 25 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\OrderCouponModuleQuery as BaseOrderCouponModuleQuery;
/**
* Skeleton subclass for performing query and update operations on the 'order_coupon_module' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class OrderCouponModuleQuery extends BaseOrderCouponModuleQuery
{
} // OrderCouponModuleQuery