Search the Community
Showing results for tags 'prestashop-1.7'.
-
Im using knowbandmarketplace module in a prestashop 1.7 shop to allow users to add their own product. There are some basic infos such as EAN, Title, etc...i need to edit this code <input type="text" class="kb-inpfield" name="manu" value="{$manu|escape:'htmlall':'UTF-8'}" maxlength="12" /> <select name="id_manufacturer" class="kb-inpselect"> <option>{l s='Select Manufacturer' mod='kbmarketplace'}</option> {foreach $manufacturers as $manu} <option value="{$manu['id_manufacturer']|intval}" {if $manu['id_manufacturer'] == $id_manufacturer}selected="selected"{/if} >{$manu['name']|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> in order to allow users create their own manufacturer through the value written in text form (if it does not exists already in the dropdown list generated) just like they would normally do in back office's manufacturers and brands page.
-
Hello, I'm trying to make a new theme for prestashop 1.7, I want to include a custom css file. I have followed instructions in the asset management page( http://developers.prestashop.com/themes/assets/index.html) and tried to register a custom css file with this code in the theme.yml, below the 'author' key and the above the 'meta' key this way: assets: css: all: -id: mytheme-css path: assets/css/mytheme.css media: all priority: 100 The css file isn't loaded. I am a beginner to yml. Help would be greatly appreciated!
-
- 1
-
-
- prestashop-1.7
- css
-
(and 2 more)
Tagged with: