Jump to content

marcellinho

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

marcellinho's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hi, I have problems saving field into database. Can anybody help? Thanks
  2. Hi to all, I've got 3 products and multiple carriers assigned to them, like this: 1.product - Carrier1 2.product - Carrier1, Carrier2 3.product - Carrier2, Carrier3 Prestashop always decide to group 1. and 2. product to one group, and remaining 3. to second group. BUT Prestashop auto select best option and do not show other options: Result: P1,P2-Carrier1, P3-Carrier2... That's the only one option available... Is there a way to enable multiple choices? Thanks for help in advance. Marcel
  3. Hi, I couldn´t find what´s the difference between ps_product and ps_product_shop in MySQL database and where are they used. When I´m creating new products or importing them via import, all of them are written to both tables or how is it working exactly? Thanks for help. Mck
  4. Hi Mike, is Prestashop team working on developer´s guide also? Is there any early version of this help-like document? Marcel
  5. Hi, I cannot help myself, so I decided to search for help here. After fresh installation of prestashop 1.5.0.9, i can´t login in back office. It always redirects me back to login form... After I deleted cookies, I can login into back office. But after restart or somethin´ the problem resists... It ist annoying to delete cookies everytime I want to login... Is there a solution for this? Thanks for any suggestions... Mck
  6. Hi, I´d like to propose the idea of the new feature in prestashop. I defined manufacturers and carriers to each product. During order, on carrier selecting step, I´d like to have automatic selection of carriers and their fees according to definition. For example, I´d like to order: 1. product - manufacturer A, carrier A 2. product - manufacturer B, carrier B 3. product - manufacturer C, carrier B and on carrier selection order step, I´d like to have automatically selected following: carrier A - fee A carrier B - fee B Could this be included in a new version of prestashop 1.5 ? Thank you for any suggestions. Mck
  7. Does anyone have experience with AJAX on whole Prestashop - based e-commerce site? For example: I´d like to click on category in block categories, and content in the middle column automatically reloads, while rest of content stays the same. Is possible? Or there will be many problems that I´ll have to resolve, to make it work? Thanks for opinions and ideas.
  8. Hello. I´m going to change my PDF invoice in a few days, and I´ll write here the code needed.
  9. Hi, i want to make another description in product BO, that is read/written into new db column called description_2. I´ve modified AdminProduct.php like this: i added this code '.$this->l('Description 2:').' '; foreach ($this->_languages as $language) echo ' <textarea class="rte" cols="100" rows="20" id=description_2_'.$language['id_lang'].'" name="description_2_'.$language['id_lang'].'">'.htmlentities(stripslashes($this->getFieldValue($obj, 'description_2', $language['id_lang'])), ENT_COMPAT, 'UTF-8').'</textarea> '; echo ' after this code '.$this->l('Description:').' '; foreach ($this->_languages as $language) echo ' <textarea class="rte" cols="100" rows="20" id="description_'.$language['id_lang'].'" name="description_'.$language['id_lang'].'">'.htmlentities(stripslashes($this->getFieldValue($obj, 'description', $language['id_lang'])), ENT_COMPAT, 'UTF-8').'</textarea> '; echo ' after that, new texarea shown up in product page in BO. BUT when aj type in new description and try to save it, nothing happens and my new description is not written into DB. Can anybody hel my with this problem? Thanks a lot.
  10. I ment, being able to have quantities (example : 4(minimum),5,6,7,... ) for some products and multiple of quantities for others.
  11. Thanks. Everything works fine. Now I´m wondering if it is possible to have this feature for some products.
  12. Hello, please could you post here your modification, where only multiples of the quantity could be added to the basket? Thanks
×
×
  • Create New...