Jump to content

Ray UK

Members
  • Posts

    574
  • Joined

  • Last visited

1 Follower

About Ray UK

  • Birthday July 20

Profile Information

  • Location
    Southport
  • Activity
    Freelancer

Recent Profile Visitors

8,994,621 profile views

Ray UK's Achievements

  1. No worries. I am my own theme developer. I based the theme on the hummingbird theme, which I believe is the PS developers
  2. Are they, since when. I cant see anywhere to provide unique short/long for variants. Only price difference, weight, stock etc. But thats not what is being duplicated. Its the data sheet. (See any of the products on my site and change variants a few times, then scroll down to the "Data sheet" section) The more times you change a variant, another "Data sheet" section is added (not changed)
  3. Hi, I have a strange bug and not sure when it started. Whenever any variant of a product is chosen, the "Data Sheet" tab and contents is duplicated. My theme is based on the Hummingbird theme. Any ideas whats causing this. Thanks in advance (its on the website in my sig) Prestashop 8.2.0
  4. what isnt working? im on 8.2.0 and its working fine on my install
  5. Yes I saw that in your notes. I know it doesnt need an override, but the override from the previous version of your module was still there. I opened it up and it mentioned ets in there so I deleted that override. Not sure if you can put something in your install file to remove that override for people who are less savvy
  6. Updated. After update, I noticed the override is still in the override folder. Ive deleted it manually, but will that cause issues. Many Thanks
  7. I just thought double protection may be good. I don't have a single registration or contact form submission since disabling the recaptcha module, so looks like just yours alone will do the trick. No need to go through the hassle of remaking it without the override. And since disabling the recaptcha yesterday, I now have 136 entries in the SS Action, which I never got before.
  8. Im not sure when this happened, but this module and the ReCaptch module are now conflicting. This is stopping anybody being able to log in as it throws an error like this {“error”: true, “message”: “404 not found!”}, Ive disabled the Recaptcha one for now and its working again.
  9. Thank you Andrei, the "if" statement is working fine now, and the search is also working fine. The word "for" was in the fuzzy search word list to ignore so I removed that and it worked but showed lost of results so I changed that tag to "3-for-£30" and its working fine. (https://www.northwestecigs.uk/disposable-vapes/558-1786-lost-mary-bm6000-disposable-vape-2-nic-salt.html#/432-flavour-banana_volcano) Many thanks
  10. Hi Andrew, thanks for your reply. I have only added that above code to my product.tpl. If I remove the “if statement” then the rest of the code does show the tag correctly and makes those links, ie “/search?tag=3+for+£30” But it showss an empty tag, when the product has not tags.
  11. This is what I currently have. {if $product.tag|@count > 0} <ul class="tags"> {foreach from=Tag::getProductTags(Tools::getValue('id_product')) key=k item=v} {foreach from=$v key=lang_id item=value} <li><a href="{$link->getPageLink('search', true, NULL, "tag={$value|urlencode}")}"> {$value|escape:html:'UTF-8'}</a></li> {/foreach} {/foreach} </ul> {/if} Its the first line that must be wrong. Maybe I need to count the tags and put them in a variable so I can just use it like this. {if $producttagcount > 0}
  12. Does this tag function, not function anymore ? There doesn't seem to be a "Tag block" module any more, and the tag search doesn't work either.
  13. Updated and working fine on PS8.1.7 Many thanks
×
×
  • Create New...