Jump to content

delboy01

Members
  • Posts

    77
  • Joined

  • Last visited

Profile Information

  • First Name
    del
  • Last Name
    boy

Recent Profile Visitors

562 profile views

delboy01's Achievements

  1. Thanks seems its not what im looking for i need to edit files that edit emails to customers like in transit. Just cant understand why i cant get translation emails working redirects from of website and gets a 404 error. I can change in email Translate emails in Theme Emails but translations forget it. Was a fresh install and tested on the classic theme and classic emails and was stil doing the same. PS 1.7.8.8
  2. It seems i cant modifiy them from the Translations in the back office as it redirects to front office with a 404. So im thinking about editing the files / templates Please can someon let me know the root to the files prestashop goes from. Thanks
  3. Hi all, So brand new install of prestashop on classic theme same issue on ps 1.7.8.8 & 1.7.8.7. I go to save email body in translations and going to the front of my website with error 404. I have 2 more prestashop on my server and they work find i just dont know what this new ps install wont work 😕 Cheers Guys
  4. Can someone please tell me what file needs editing to make these < > move apart i have done it in inspect and have the code but i cant find the file i need to edit. Prestashop 1.7.8.8 <div class="owl-prev disabled" style=" top: 45px; right: 80px; "></div> <div class="owl-next" style=" top: 45px; left: 80px; "></div> Many thanks
  5. You my old pal are a diamond just what i wanted and so easy
  6. I know help is hit or hit but maybe just maybe someone might know how to move the Quantity & add to cart . This is the files {** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors <[email protected]> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) *} {extends file=$layout} {block name='head' append} <meta property="og:type" content="product"> {if $product.cover} <meta property="og:image" content="{$product.cover.large.url}"> {/if} {if $product.show_price} <meta property="product:pretax_price:amount" content="{$product.price_tax_exc}"> <meta property="product:pretax_price:currency" content="{$currency.iso_code}"> <meta property="product:price:amount" content="{$product.price_amount}"> <meta property="product:price:currency" content="{$currency.iso_code}"> {/if} {if isset($product.weight) && ($product.weight != 0)} <meta property="product:weight:value" content="{$product.weight}"> <meta property="product:weight:units" content="{$product.weight_unit}"> {/if} {/block} {block name='head_microdata_special'} {include file='_partials/microdata/product-jsonld.tpl'} {/block} {block name='content'} <section id="main"> <meta content="{$product.url}"> <div class="row product-container js-product-container"> <div class="col-md-6"> {block name='page_content_container'} <section class="page-content" id="content"> {block name='page_content'} {include file='catalog/_partials/product-flags.tpl'} {block name='product_cover_thumbnails'} {include file='catalog/_partials/product-cover-thumbnails.tpl'} {/block} <div class="scroll-box-arrows"> <i class="material-icons left">&#xE314;</i> <i class="material-icons right">&#xE315;</i> </div> {/block} </section> {/block} </div> <div class="col-md-6"> {block name='page_header_container'} {block name='page_header'} <h1 class="h1">{block name='page_title'}{$product.name}{/block}</h1> {/block} {/block} {block name='product_prices'} {include file='catalog/_partials/product-prices.tpl'} {/block} <div class="product-information"> {block name='product_description_short'} <div id="product-description-short-{$product.id}" class="product-description">{$product.description_short nofilter}</div> <div class="product-actions js-product-actions"> {block name='product_buy'} <form action="{$urls.pages.cart}" method="post" id="add-to-cart-or-refresh"> <input type="hidden" name="token" value="{$static_token}"> <input type="hidden" name="id_product" value="{$product.id}" id="product_page_product_id"> <input type="hidden" name="id_customization" value="{$product.id_customization}" id="product_customization_id" class="js-product-customization-id"> {block name='product_variants'} {include file='catalog/_partials/product-variants.tpl'} {/block} {block name='product_pack'} {if $packItems} <section class="product-pack"> <p class="h4">{l s='This pack contains' d='Shop.Theme.Catalog'}</p> {foreach from=$packItems item="product_pack"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/pack-product.tpl' product=$product_pack showPackProductsPrice=$product.show_price} {/block} {/foreach} </section> {/if} {/block} {block name='product_discounts'} {include file='catalog/_partials/product-discounts.tpl'} {/block} {block name='product_add_to_cart'} {include file='catalog/_partials/product-add-to-cart.tpl'} {/block} {block name='product_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} {/block} {* Input to refresh product HTML removed, block kept for compatibility with themes *} {block name='product_refresh'}{/block} </form> {/block} {/block} {if $product.is_customizable && count($product.customizations.fields)} {block name='product_customization'} {include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations} {/block} {/if} </div> {block name='hook_display_reassurance'} {hook h='displayReassurance'} {/block} {block name='product_tabs'} <div class="tabs"> <ul class="nav nav-tabs" role="tablist"> {if $product.description} <li class="nav-item"> <a class="nav-link{if $product.description} active js-product-nav-active{/if}" data-toggle="tab" href="#description" role="tab" aria-controls="description" {if $product.description} aria-selected="true"{/if}>{l s='Description' d='Shop.Theme.Catalog'}</a> </li> {/if} <li class="nav-item"> <a class="nav-link{if !$product.description} active js-product-nav-active{/if}" data-toggle="tab" href="#product-details" role="tab" aria-controls="product-details" {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a> </li> {if $product.attachments} <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#attachments" role="tab" aria-controls="attachments">{l s='Attachments' d='Shop.Theme.Catalog'}</a> </li> {/if} {foreach from=$product.extraContent item=extra key=extraKey} <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#extra-{$extraKey}" role="tab" aria-controls="extra-{$extraKey}">{$extra.title}</a> </li> {/foreach} </ul> <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active js-product-tab-active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} {block name='product_attachments'} {if $product.attachments} <div class="tab-pane fade in" id="attachments" role="tabpanel"> <section class="product-attachments"> <p class="h5 text-uppercase">{l s='Download' d='Shop.Theme.Actions'}</p> {foreach from=$product.attachments item=attachment} <div class="attachment"> <h4><a href="{url entity='attachment' params=['id_attachment' => $attachment.id_attachment]}">{$attachment.name}</a></h4> <p>{$attachment.description}</p> <a href="{url entity='attachment' params=['id_attachment' => $attachment.id_attachment]}"> {l s='Download' d='Shop.Theme.Actions'} ({$attachment.file_size_formatted}) </a> </div> {/foreach} </section> </div> {/if} {/block} {foreach from=$product.extraContent item=extra key=extraKey} <div class="tab-pane fade in {$extra.attr.class}" id="extra-{$extraKey}" role="tabpanel" {foreach $extra.attr as $key => $val} {$key}="{$val}"{/foreach}> {$extra.content nofilter} </div> {/foreach} </div> </div> {/block} </div> </div> </div> {block name='product_accessories'} {if $accessories} <section class="product-accessories clearfix"> <p class="h5 text-uppercase">{l s='You might also like' d='Shop.Theme.Catalog'}</p> <div class="products"> {foreach from=$accessories item="product_accessory" key="position"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory position=$position} {/block} {/foreach} </div> </section> {/if} {/block} {block name='product_footer'} {hook h='displayFooterProduct' product=$product category=$category} {/block} {block name='product_images_modal'} {include file='catalog/_partials/product-images-modal.tpl'} {/block} {block name='page_footer_container'} <footer class="page-footer"> {block name='page_footer'} <!-- Footer content --> {/block} </footer> {/block} </section> {/block} its on prestashop 1.7.8.2 Many thanks
  7. So im my email setting nothing has changed. Only thing thats changed is updated to the newest version of prestashop 1.7.7.2 And one know how to fix this please Error: Please check your configuration Connection could not be established with host smtp.gmail.com :stream_socket_client(): unable to connect to ssl://smtp.gmail.com:465 (Network is unreachable) Thanks
  8. And is there a module for the v3 ? thats free I tried putting the keys for v3 but it didnt work for the module posted above.
  9. Thanks i installed this on the sign up form but it seems the bot is able to get through the google verification now Come on prestashop help us please
  10. Not a bug, A new spam bot thats spamming the new customer sign up. Like before where they were signing up with www or http in the sign up title that way patched. Im thinking a new bot thats got round the latest patch and not adding the www or http.
  11. P.s version is up-to-date 1.7.6.1 Captcha is on contact pages as i had problems with the spam contact. This is on the New customer sign up like the OP.
  12. I to have this problem its very annoying. Anyone managed to fix this ? I have disabled new customers emails which while not ideal will stop the bots sending to the email address through my website.
  13. Looking for a module that is able to have a page where customers can upload there photo and people are able to vote. Like Photo Contest Joomla Extension https://codecanyon.net/item/photo-contest-joomla-extension/13268866 Any help please.
  14. you will have to go on your hosts website and see if you got a back up of the database and files im guessing again same happened to me its like wrecking peoples websites come on prestashop your mucking with peoples livelihood here !
  15. happened to me from 1.7.0.5 to 1.7.0.6 Mucked my database right up thankfully my host backs up the database now and again so rolled back and didnt have that much work to do. ill stick to 1.7.0.5 for now until people have luck upgrading
×
×
  • Create New...