Jump to content

inspectaclueso

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Location
    New Zealand
  • First Name
    Jason
  • Last Name
    Botherway

Recent Profile Visitors

504 profile views

inspectaclueso's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

7

Reputation

  1. Glad that it helped. I think it may be a bug in our version of PS however credit goes to @MEG Venture team who provided the solution for me as I had just purchased one of their modules.
  2. Hi there, In my particular situation the solution was this... Please open the below file mails/_partials/order_conf_product_list.tpl Find instances of below {$customization['customization_text']} And replace them with below {$customization['customization_text'] nofilter} Hope it helps.
  3. I believe I have achieved this by adding code to the product-add-to-cart.tpl I added the following code: {block name='product_availability_date'} {if $product.availability_date} <div class="product-availability-date"> <label>{l s='Availability date:' d='Shop.Theme.Catalog'} </label> <span>{$product.availability_date}</span> </div> {/if} {/block}
  4. Turns out a recently installed module (Humm) caused a css conflict.
  5. Hi, I've been using PS 1.7.7.3 for a couple of months and all has seemed normal until I logged into back office today and a large number of the backoffice pages are all wonky. The views are all narrow now? Dashboard page, shopping carts, products and module manager pages appear normal but most of the others have squished the contact into a narrow band? Why has this happened and how to fix it? Thanks
  6. Has anyone had any luck contacting PrestaShop? The Help Center seems designed to make you go around in circles however I've sent them a message on April 29th regarding a module purchase but I've received no reply. Is there a better way to get in touch with them? Does someone have a contact email address? Very easy to purchase modules, but not so easy to contact PrestaShop when there is an issue. Thanks
  7. https://zemez.io/prestashop/support/how-to/prestashop-1-7-transfer-website-one-domain-another/
  8. Hi, I have just installed PS 1.7.7.3 and I'm completing the setup and test of the site. I have an issue where HTML code is being displayed in the order confirmation email sent after an order is placed. Image attached. At present the only paid module I have installed is: Linear / Perimeter / Surface (Area) / Volume / Weight Calculation Module v5.3.6 - by MEG Venture A tool to calculate quantity in linear, perimeter, surface (area), volume or weight units. If I disable this module, the product customization info is not shown so no HTML tags are shown. I have contacted the author of that module however they have said their module does not alter the mails in any way and the text displayed in that area is using standard Prestashop product customization info. Can someone please confirm this is a bug with Prestashop and where/how to look and correct this issue. Thank you
  9. You need to edit the my-account.tpl file. themes > classic > templates > customer > my-account.tpl Find the code relating to credit slips. I commented it out as below... {*COMMENT OUT CREDIT SLIP FROM ACCOUNT AREA {if !$configuration.is_catalog} <a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="order-slips-link" href="{$urls.pages.order_slip}"> <span class="link-item"> <i class="material-icons">&#xE8B0;</i> {l s='Credit slips' d='Shop.Theme.Customeraccount'} </span> </a> {/if} END OF COMMENT *}
  10. Thanks @Steve Joms for sharing your work around. It would be awesome if you could post the code in a format that can be copied and pasted. This will prevent mistakes when trying to retype your code... or even attache the edited files so the code can be taken from them. Thanks
  11. This forum seems somewhat inactive in my experience. I never really get any solutions. From what I can tell the " ( ) " are placeholders for if you display tax in your cart. e.g. Localization > Taxes
  12. Thanks for the reply and for sharing the command. I ran the command on a test store and it worked well on v1.6.1.18 Thanks again
×
×
  • Create New...