Search the Community
Showing results for tags 'without'.
-
Witam przyszło mi pracować na państwa oprogramowaniu. Chciałbym wydobyć stosowna informację, co trzeba zrobić aby miniaturki generowały się w postaci plików z przeźroczystością. Zaznaczam że została uaktywniona opcja generowania wszystkich zdjęć w formacie .PNG, nie przyniosła ona jednak pożądanego efektu. Do postu został dołączony scrn obrazujący problem. Z góry dziękuję za udzielone odpowiedzi.
- 10 replies
-
Hello! I have a b2b shop, so I have to display the prices with and without taxes. I've managed to do that on product list, but can't figure out how to do it on product pages. I've done it on PS 1.4 and 1.5 but product.tpl just changed a bit in 1.6 and I cant figure out how to display both prices. I know that's the part I should modify in product.tpl, but don't know exactly how: <!-- prices --> <div class="price"> <p class="our_price_display" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> {if $product->quantity > 0}<link itemprop="availability" href="http://schema.org/InStock"/>{/if} {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display" itemprop="price">{convertPrice price=$productPrice}</span> <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> Can anyone help me in this? Thank you!
-
Hello, I removed all sample products and categories and decided to add my own. On the product categories page, I am getting an error like this: Notice on line 223 in file ../../public_html/controllers/admin/AdminCategoriesController.php [8] Undefined variable: count_categories_without_parent What is causing this error and how can I get rid of it?
- 3 replies
-
- product
- categories
- (and 6 more)
-
Bonjour à tous, Je suis en train de faire un import d'une base de donnée de quelques 5000 clients/mails. Cependant je rencontre un petit soucis. J'ai seulement 1300 contacts avec nom prénom. Le reste, j'ai seulement l'adresse email. J'ai tenté de tout importer mais seullement les 1300 contacts s'insèrent dans ma boutique. Les autres, rien du tout ! Du coup, ma question est : comment puis-je intégrer ces adresses mails (donc mes prospects) sur ma boutique? Merci pour votre aide
-
- import
- prestashop 1.5
- (and 5 more)
-
Hello, I want to show the shopping cart product totals without tax until the final total I have managed to change it to do this, however, if you change the product quantity the prices revert unless you refresh the page. does anyone know how to make the page automatically reload when you change the quantity, i have a reload command but im unsure where and how to add it, to reload the page when you click the add or subtract quantity button, so far i have only been able to add a refresh cart "button" heres a link to the site feel free to add products and you'll see what i mean http://telephoneheadsets.net/order Thanks
-
Hello, I am trying to show prices in the shopping cart without VAT until the final total. I have managed to change the shopping cart product list .tpl file to show prices without VAT, however when you change the quantity, the prices revert back to showing with VAT unless you refresh the page everytime. heres a link to the website http://telephoneheadsets.net/order Thanks
-
I have shop on www.domain.com, but when someone type domain.com (without www) it redirect to page not found.... Where i can setup redirect to www.domain.com (i'm not using multishop)?