Jump to content

oracle178

Members
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • Location
    Lithuania
  • Activity
    Freelancer

Recent Profile Visitors

3,600,640 profile views

oracle178's Achievements

  1. Hello, I have a multi store with three stores. All three store tax rules different. There is a problem editing the product for all the stores at once. When saving changes, the main store tax rule is automatically saved for the others stores. This results in bad prices in other stores. As a result, I can not make any changes to the products for all the stores at once. How can this be solved?
  2. Hi all, This crash error occurs only when you click on the <i> item (icon) <button type="submit" name="submitAddproduct" class="btn btn-default pull-right"><i class="process-icon-save"></i> Save</button> If you press the bottom of the button where the text is located or the sidebar around the icon where the padding is located, the storage function will work.
  3. Hello everyone, My PrestaShop version 1.6.1.3, the theme is not default. I use the Block Layered Navigation module, I choose some attribute filters, filters the goods well, go to the product, and go away, pressing the browser's back button. All of the above filters to choose disappears during reloading. Maybe someone you know why this happens? Site link www.ekoliumenas.lt Regards
  4. no, there is how I changed smarty to display two curencies on product page (product.tpl) <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display" class="price">{convertPrice price=$productPrice}</span> <span style="color:#c60200; font-size:16px;"> / </span> <span id="our_price_display_eu" class="price">{($productPrice * $currencies[0].conversion_rate)|round:"2"}</span> <span style="color:#c60200; font-size:16px;">{l s='eu'}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> I also modify product.js $('#our_price_display').text(our_price); $('#our_price_display_eu').text(Number(our_price_eu / 3.4528).toFixed(2)); $('#old_price_display').text(formatCurrency(productPriceWithoutReduction, currencyFormat, currencySign, currencyBlank)); $('#old_price_display_eu').text(Number(productPriceWithoutReduction / 3.4528).toFixed(2)); 3.4528 is the official exchange rate, and in this way it works when there are several combinations of products. sorry for my English
  5. on product page you can use $productPrice or $productPriceWithoutReduction
  6. But this doesn't work when product has combinations with different prices second currency does not change
  7. Hi, I have the same problem: The following module(s) were not installed properly: - modrefchange : Error while adding hook actionBeforeAddOrderInvoice I am useing 1.5.4.1 version
  8. Hi all, In "Displayed text when back-ordereding is allowed:" text box I only record the number of delivery days and display it in product list. But only products in the list by manufcturer I can't display it. I am useing 1.5.6.1 version, there is link to list by manufacturer http://ekoliumenas2.lt.paprika.serveriai.lt/lucide-belgija_3 , there is link to a simple list http://ekoliumenas2.lt.paprika.serveriai.lt/pakabinami-31 . And a piece of code from product-list.tpl {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} {if ($product.quantity <= 0) && ($product.allow_oosp)} <div id="availability_allow"> <span id="availability_label">{l s='Delivered within'}</span> <span id="availability_value" class="warning_inline">{$product.available_later}</span> <span id="availability_label">{l s='days'}</span> </div> {elseif ($product.quantity > 0)} <span class="availability_true">{l s='Available'}</span> {else} <span class="availability_false">{l s='Out of stock'}</span> {/if} {/if} Any help would be most helpful, thank you (I'm sorry for my English)
  9. Hi all, I'm using the 1.5.6.1 version and mister Daniel solution does not work, maybe anybody can look it? http://ekoliumenas2.lt.paprika.serveriai.lt/pakabinami-31 Thanks.
×
×
  • Create New...