Jump to content

cille5

Members
  • Posts

    230
  • Joined

  • Last visited

About cille5

  • Birthday 04/22/1983

Contact Methods

Profile Information

  • Location
    Finland
  • Activity
    Other

cille5's Achievements

Newbie

Newbie (1/14)

11

Reputation

15

Community Answers

  1. Is there a way to add permanent text to tiny? So every user can add same information to tiny description page. Here is a example image Im looking for.
  2. Is it possible to add permanent textfields to Tinymce editor? ( Im using Prestashop Marketplace modul, so customers will use Tinymc editor when they add new products to website "My website works like ebay")
  3. What Prestashop version this module support? I download business Directories module, but I got few problems with it.
  4. I like to build website where people can sell house/apartments/items and they have'to pay me to publish it on my site. Idea works like this: 1. Customer fill form with all informations, add images + other information from apartment/item 2. Pay 3. after I got payment. All information is puplished on my site Can I do this with Prestashop? Is there modul wich work like this? or what is right program for this kind of project?
  5. I like to build website where people can sell them own house/apartments and they have'to pay me to puplish it on my site. Idea works like this: 1. Customer fill form with all informations, add images + other information from apartment 2. Pay 3. after I got payment. All information is puplished on my site Can I do this with Prestashop? or what is right program for this kind of project?
  6. Thank you Razaro. You are really Smart!
  7. I bought theme from Leotheme Theme use Ap Pagebuilder. Any ideas how to remove "Outfit of the day" section from products detail page? This feature is between product detail and related prdocuts module.
  8. What is causing this? Empty space between products...
  9. BO Order/status There you can see what template e-mail do.
  10. Why don't you just disable that order status?
  11. Wait about 30 seconds. Spinning should stop and then you can save. Many got this same problem with 1.6.x.x version. Here is some tips how you can fix problem: http://nemops.com/spinning-save-button-prestashop-1-6/#.VkYlenbhAcX
  12. Thank you master Nemo. I got this code in php file. What should I edit to disable link? /* Whenever a category is not active we shouldnt display it to customer */ if ((bool)$category['active'] === false) { continue; } $html .= '<li'.(($this->page_name == 'category' && (int)Tools::getValue('id_category') == (int)$category['id_category']) ? ' class="sfHoverForce"' : '').'>'; $html .= '<a href="'.$link.'" title="'.$category['name'].'">'.$category['name'].'</a>'; if (isset($category['children']) && !empty($category['children'])) { $html .= '<ul>'; $html .= $this->generateCategoriesMenu($category['children'], 1); if ((int)$category['level_depth'] > 1 && !$is_children) { $files = scandir(_PS_CAT_IMG_DIR_); if (count(preg_grep('/^'.$category['id_category'].'-([0-9])?_thumb.jpg/i', $files)) > 0) { $html .= '<li class="category-thumbnail">';
  13. I got same problem. Easy way to add vat number to invoice is to use localisation/translate/pdf translation Edit field: For more assistance, contact Support: Add vat number to this field. this ain't correct way but it works.
  14. I got custom theme and on folder /modul/blocktopmenu/ I only got Blocktopmenu.tpl file
×
×
  • Create New...