Plentymarkets interface documentation
Config
Contracts
DesignConfigRepositoryContract
Repository for DesignConfig of the deprecated CMS
Namespace
Plenty\Modules\Template\Design\Config\Contracts
Methods
public findByDesignName($designName):array| Name | Type | Description | 
| 
 | 
public findByDesignAndWebStore($designName, $webStoreId):Plenty\Modules\Template\Design\Config\Models\DesignConfigReturn type:        DesignConfig
| Name | Type | Description | 
| 
 | ||
| 
 | 
public findByDesign($design):array| Name | Type | Description | 
| 
 | 
public update($data, $designName, $webstoreId):Plenty\Modules\Template\Design\Config\Models\DesignConfigReturn type:        DesignConfig
| Name | Type | Description | 
| 
 | ||
| 
 | ||
| 
 | 
public copyDesignConfig($designName, $newDesignName):Plenty\Modules\Template\Design\Config\Models\DesignConfigReturn type:        DesignConfig
| Name | Type | Description | 
| 
 | ||
| 
 | 
Models
Design
Design model of the deprecated CMS
Namespace
Plenty\Modules\Template\Design\Config\Models
| Name | Type | Description | 
|---|---|---|
| designName | ||
| imageDir | directory of images | |
| export | directory of images | |
| updatedAt | created at date timestamp | |
| createdAt | updated at date timestamp | |
| config | list of configurations of each webstore | 
Methods
public toArray()Returns this model as an array.
DesignConfig
Design configuration model
Namespace
Plenty\Modules\Template\Design\Config\Models
| Name | Type | Description | 
|---|---|---|
| webstoreId | ||
| error404ContentPageId | ||
| bankContentPageId | ||
| cancellationRightsContentPageId | ||
| termsConditionsContentPageId | ||
| contactContentPageId | ||
| legalDisclosureContentPageId | ||
| helpContentPageId | ||
| itemNotFoundContentPageId | ||
| paymentMethodsContentPageId | ||
| privacyPolicyContentPageId | ||
| shippingContentPageId | ||
| frontPageContentPageId | ||
| customerRegistrationPageId | ||
| orderConfirmationPageId | ||
| lostPasswordPageId | ||
| loginPageId | ||
| logoutPageId | ||
| typeOfCheckout | ||
| checkoutStep1PageId | ||
| checkoutStep2PageId | ||
| checkoutStep3PageId | ||
| checkoutStep4PageId | ||
| checkoutStep5PageId | ||
| checkoutStep6PageId | ||
| checkoutStep7PageId | ||
| checkoutStep8PageId | ||
| checkoutStep9PageId | ||
| checkoutStep10PageId | ||
| pageDesignWebshop | ||
| pageDesignCheckout | ||
| pageDesignMyAccount | ||
| pageDesignBlog | ||
| pageDesignForum | 
Methods
public toArray()Returns this model as an array.