Jump to content

maryb66

Members
  • Posts

    6
  • Joined

  • Last visited

maryb66's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I'm using Prestashop v1.5.4 (yes I know it's an old version I can't upgrade) and changing from http to https everywhere. My .htaccess rewrite is working fine. Images are loading with https fine. Menus are all using https the links to other pages Except the product list (product-list.tpl) page is listing the links to the product pages with http not https So <a href="{$product.link|escape:'htmlall':'UTF-8'}"> is giving me http not https Where ever there's a link to a product page it's http not https Also in module Product Also Buy the $productLink gives me http not https xml sitemap is also saying http on the product pages Any tips how to fix Thanks
  2. In modules under administration there is Newsletter v2.0 by PrestaShop Generates a .CSV file for mass mailings Or this free excellent module which lets you manage the list and export http://www.prestascope.com/lang-en/free-prestashop-modules/20-module-newsletter-subscribers.html cheers mary
  3. Hi I'm a bit of a newby to prestashop, but I want to write a line of code for product-list.tpl that would do this If product is in category 63 <span class="new">{l s='New'}</span> /if I'm using a category for new products for several reasons but mainly because I then can control what goes in and out and when Could anyone put me on the right track? Thanks in advanced Mary
  4. this one resolved it for me, 3rd post from bottom http://forge.prestashop.com/browse/PSCFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel#issue-tabs
  5. This one resolved it for me http://forge.prestashop.com/browse/PSCFI-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel#issue-tabs
  6. I need to create a product list page that shows all (30 or so) of our products. Each product sits in a 4 deep category tree and I need show/sort/layout the products by that category tree for eg the page would layout like: category 1 subcategory sub-sub category sub-sub-sub category product 1 (layout like product-list.tpl product 2 (layout like product-list.tpl) product 3 (layout like product-list.tpl) etc category 2 subcategory sub-sub category sub-sub-sub category product 1 (layout like product-list.tpl) product 2 (layout like product-list.tpl product 3 (layout like product-list.tpl) etc It seems simple and I tried searching the forum but I found no solutions, any ideas, HELP, ???? Thanks mary
×
×
  • Create New...