Jump to content

retrofitme

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Location
    Perham, MN
  • Activity
    Freelancer

retrofitme's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. Hi, thepan, thnks for responding. Unfortunately the existing attributes won't work. Here's the scenario: My customer makes products where you can choose the product color and the material it is made from. Some colors are the same for all materials, whereas other colors are unique to a particular material and not available in other materials. On the front office product pages, I plan to have 3 columns of color options, one for each material choice. Then the customer can come in and choose color and material by selecting the texture. If i were to split it up into two attributes, the end user could accidentally select color/material combinations that are not actually available. I need the extra field mainly for display purposes. On the product page, the textures will be split into three columns, one for each material type.
  2. I am customizing Attributes to have an extra field in BO. The field is selectable with a select box and has three options. I have everything working EXCEPT for when the attribute is reloaded in BO, the new Select Box defaults back to the first option instead of the one in the database. When I look at the HTML, there is no 'selected="selected"' html inside the appropriate <option> tag. How do I fix this, and what file(s) do I make the corrections? Thanks!
  3. Running Prestashop 1.6.0.9 and I want to add TinyMCE to CMS Category Descriptions. I am unsure how to do this, so I googled and found this old thread: http://www.prestashop.com/forums/topic/174037-solved-how-to-add-tinymce-wysiwyg-to-categories-description-text-field/ This thread details a process to enable it for 1.4.x and 1.5.x but nothing in regards to 1.6. Is this old procedure still valid, or is there a new and better way to accomplish this? Thanks, retrofitme
  4. So I ended up doing a complete reinstall of 1.6.0.9 and did not run the DB optimization stuff. It is generating the links correctly. I thought I should put this out there as there might be some issues with the DB cleanup / Optimization code.
  5. I am new to PrestaShop and I am having a strange issue. I've setup a vanila store on my test server. I created a blank category which shows in the top menu, however the URL does not show up in code. <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title">Categories</div> <ul class="sf-menu clearfix menu-content"> <li><a href="http://localhost/" title="Measuring Guide">Measuring Guide</a></li> </ul> </div> <!--/ Menu --> When I turn SEO Friendly URL's off, I get this: <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title">Categories</div> <ul class="sf-menu clearfix menu-content"> <li><a href="http://localhost/index.php" title="Measuring Guide">Measuring Guide</a></li> </ul> </div> <!--/ Menu --> In admin, when I go to edit the category, it shows "measuring-guide" as the Friendly URL. With Friendly URLS enabled, when I enter that location in my browser ("http://localhost/measuring-guide"), I get sent to the 404 page. When I try to Add a New Page under Preferences/SEO & URLS, I do not see an option on the page drop down for 'Measuring Guide'. What am I missing here? Why are the URLS for the menu not generating correctly?
×
×
  • Create New...