Jump to content

tarunn

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    london
  • Activity
    Project Owner

tarunn's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi PollyLin If you open your global.css file in your theme/css/ directory and add this to the end of the file: #header .banner .container { max-width:100%; } This will make the container in just the banner 100%. Thanks,
  2. Doesn't look to be fixed in 1.6.1.6... ORDERS > FILTER BY DATE: A:2:{I:0;S:10:"2016-11-23";I:1;S:10:"2016-11-30";}
  3. Hi there, I'm having a bit of a problem with creating new check boxes on the Information tabs - The check boxes show and are ticked based on the database entry of 1, but when I try to untick, it doesn't save. Funnily enough, if the database has a 0, the checkbox is unticked, and will save if I tick it. Can anyone help? I have the following: In the database (ps_product and ps_product_shop) i have: custom_field1 - tinyint(1) - default(1) custom_field2 - tinyint(1) - default(1) In the informations.tpl: <div class="checkbox"> <label for="custom_field1"> <input type="checkbox" name="custom_field1" id="custom_field1" value="1" {if $product->custom_field1}checked="checked"{/if} > {l s='Custom Field 1'} </label> </div> <div class="checkbox"> <label for="custom_field2"> <input type="checkbox" name="custom_field2" id="custom_field2" value="1" {if $product->custom_field2}checked="checked"{/if} > {l s='Custom Field 2'} </label> </div> In the product.php override: public $custom_field1 = false; public $custom_field2 = false; public function __construct($id_product = null, $full = false, $id_lang = null, $id_shop = null, Context $context = null) { self::$definition['fields']['custom_field1'] = array('type' => self::TYPE_BOOL, 'shop' => true, 'validate' => 'isBool'); self::$definition['fields']['custom_field2'] = array('type' => self::TYPE_BOOL, 'shop' => true, 'validate' => 'isBool'); parent::__construct($id_product, $full, $id_lang, $id_shop, $context); } For some reason, this isn't working as described. Can anyone help? Thank you!
  4. Hello, I am trying to find out why the manufacturers logo image upload is missing in the back office. I have tested on a fresh install of 1.6.1.1, but for some reason on this site, it is missing (Javascript is not hiding it - it's not being rendered in HTML). The site has been upgraded from 1.6.1.0 to 1.6.1.1 I have compared my current AdminManufacturersController.php with a brand new installed 1.6.1.1 copy and there is no difference. Any help would be greatly appreciated. Thanks!
  5. Hi, Has this been implemented yet Ben U ( >= 1.6.0.14 )? Thanks
  6. We are looking for an individual who is enthusiastic and hardworking to upload products onto our brand new website. Our requirements are as follows; UK Based Work remotely with possibility to come to site in Middlesex (not essential) Aim to update approx 250 products with attributes and combinations all via CSV Be open to ongoing work as more products will need to go up Please contact us with your rates / costings and when you can start the work.
×
×
  • Create New...