Jump to content

andreicos82

Members
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

andreicos82's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Can som one help me pls? Cand find translation for the word " Available" in products availability fliter. Is not in faceted search translation
  2. On new 1.7.8.4, i saw that on email order confirmation that is sent to client, a new row appears. Recycled packaging appeared: {recycled_packaging_label} in the delivery tab. What what should be instead of {recycled_packaging_label} ???? I gues is a bug? I attach a picture
  3. Hello. After upgrade from presta 1.7.7.8 to 1.7.8.1 entering on a product page from mobile phone, and try to put your finger on the product picture and scroll up or down. Is not working! And this is a bug from presta, because the demo from prestashop page is also affected https://demo.prestashop.com/#/en/front
  4. Same problem after updating from 1.7.7.8 to 1.7.8.0.
  5. I found the error in the console. bottom-9d1051160.js:39 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. send @ bottom-9d1051160.js:39 Can anyone tell me what it is this? and how I can fix it? Thanks. Site is lux-sanitary.ro
  6. After I changed the domain, it seems that the icons in the emails that are sent to customers no longer appear. After inspecting the link to the icons, I noticed that the link from the old domain remained. How can I change the link to the new domain? Thanks for the help. The prestashop version is 1.7, the site is lux-sanitary.ro
  7. Thx for help i paste the code from my product-details.tpl {** * 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) *} <div class="tab-pane fade{if !$product.description} in active{/if}" id="product-details" data-product="{$product.embedded_attributes|json_encode}" role="tabpanel" > {block name='product_reference'} {if isset($product_manufacturer->id)} <div class="product-manufacturer"> {if isset($manufacturer_image_url)} <a href="{$product_brand_url}"> <img src="{$manufacturer_image_url}" class="img img-thumbnail manufacturer-logo" alt="{$product_manufacturer->name}"> </a> {else} <label class="label">{l s='Brand' d='Shop.Theme.Catalog'}</label> <span> <a href="{$product_brand_url}">{$product_manufacturer->name}</a> </span> {/if} </div> {/if} {if isset($product.reference_to_display) && $product.reference_to_display neq ''} <div class="product-reference"> <label class="label">{l s='Reference' d='Shop.Theme.Catalog'} </label> <span itemprop="sku">{$product.reference_to_display}</span> </div> {/if} {/block} {block name='product_quantities'} {if $product.show_quantities} <div class="product-quantities"> <label class="label">{l s='In stock' d='Shop.Theme.Catalog'}</label> <span data-stock="{$product.quantity}" data-allow-oosp="{$product.allow_oosp}">{$product.quantity} {$product.quantity_label}</span> </div> {/if} {/block} {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} {block name='product_out_of_stock'} <div class="product-out-of-stock"> {hook h='actionProductOutOfStock' product=$product} </div> {/block} {block name='product_features'} {if $product.grouped_features} <section class="product-features"> <p class="h6">{l s='Data sheet' d='Shop.Theme.Catalog'}</p> <dl class="data-sheet"> {foreach from=$product.grouped_features item=feature} <dt class="name">{$feature.name}</dt> <dd class="value">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd> {/foreach} </dl> </section> {/if} {/block} {* if product have specific references, a table will be added to product details section *} {block name='product_specific_references'} {if !empty($product.specific_references)} <section class="product-features"> <p class="h6">{l s='Specific References' d='Shop.Theme.Catalog'}</p> <dl class="data-sheet"> {foreach from=$product.specific_references item=reference key=key} <dt class="name">{$key}</dt> <dd class="value">{$reference}</dd> {/foreach} </dl> </section> {/if} {/block} {block name='product_condition'} {if $product.condition} <div class="product-condition"> <label class="label">{l s='Condition' d='Shop.Theme.Catalog'} </label> <link itemprop="itemCondition" href="{$product.condition.schema_url}"/> <span>{$product.condition.label}</span> </div> {/if} {/block} </div>
  8. If anyone can help me please, I want to show sku code (reference number) next to the product picture in product page. How can this be done? Thanks. Presta version is 1.7 and the webiste is www.sanita.ro
  9. I use the default prestashop module is V4.2.2
  10. Hello. It seems that the latest version of the product reviews has a bug or maybe it's just me having problems. When you add a comment there is an error that the message could not be sent, but the message is sent and I can see it in the module. I don't understand what the problem is and why it gives an error if I can see the message in the module. Can someone help me? Thank you the website is lux-sanitary.ro
  11. Thx for Reply! I apologize for the nub question but, you mean the custom.css file in /themes/mytheme/assets/css/custom.css ??? Should the code be added to the bottom of the page if I understood correctly?
  12. Hello I want to move the text you add when the product is in stock under the add to cart button. Can anyone help me please? I have attached a picture Thank you! The website is lux-sanitary.ro
  13. Salut. Problema este ca nu are modul pentru comentarii tema. Este doar cel default prestashop care este activat si apare cum se vede in poze...:(
×
×
  • Create New...