Jump to content

explodedk

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by explodedk

  1. HI there. when i enable PayPal checkout in the Quickpay (Danish gateway) i got no problems ordering stuff. but when it returns from the paypal redirect where i've entered my paypal details, i am getting this error Warning: File /home/telecons/public_html/easybuy.dk/order.php is deprecated in /home/telecons/public_html/easybuy.dk/classes/Tools.php on line 2147 Warning: Cannot modify header information - headers already sent by (output started at /home/telecons/public_html/easybuy.dk/classes/Tools.php:2147) in /home/telecons/public_html/easybuy.dk/classes/Tools.php on line 105 Warning: Cannot modify header information - headers already sent by (output started at /home/telecons/public_html/easybuy.dk/classes/Tools.php:2147) in /home/telecons/public_html/easybuy.dk/classes/Tools.php on line 108 If I enable the default paypal payment there is no problems but i would like to keep it all in one gateway - any idea ? running 1.5.6.0 with default template
  2. could anyone make a how to for prestashop 1.6 ? can't seem to figure out how to do it - seem to brake more than i fix
  3. okay from what i've read on this, it's not calling the manufacturer table , so i need to do some changes to the classes/cart leftjoin something something.. could anyone guide me on this one ? found a thread but that was for 1.4x prestashop, not 1.6x thanks
  4. I can't seem to get the manufacturer_name to work in the shopping cart. i've found where i want it, right under this line of code <p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.name|escape:'html':'UTF-8'}</a></p> when i try to add this: <p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.manufacturer_name|escape:'html':'UTF-8'}</a></p> it fails
  5. Yes. Everything is in for her/eau de parfume. And for him/eau de toilette and so on...
  6. This is a really long shot - but is it possible to script your way out of this suggestion : on my page - http://billigedufte.dk/13_calvin-klein i want to show a gender icon next to the reference field in the product-list view. i've made a mockup of what i want: I have a feature on each product called Køn: Mænd or Kvinder (gender: men or women) and if feature:Køn == Kvinder then it should show the female gender icon, and if feature is mænd it should show the male gender icon... Im not sure if this is even possible
  7. Update in this case. The error is only when the product is NEW . if i disable "NEW" it doesn't show twice any idea?
  8. No I corrected that part. It's not showing on my 3 first products but is showing on all new items I make...
  9. it's not showing on all products. only on new products i add . no mather what category or feature it's added with/in
  10. the output is : Array ( [0] => Array ( [name] => Størrelse [value] => 90ml [id_feature] => 1 ) [1] => Array ( [name] => Mærke [value] => Gucci [id_feature] => 2 ) [2] => Array ( [name] => Kollektion [value] => Guilty [id_feature] => 3 ) [3] => Array ( [name] => Produkt Kategori [value] => Eau De Toilette [id_feature] => 4 ) [4] => Array ( [name] => Køn [value] => Mænd [id_feature] => 5 ) [5] => Array ( [id_product] => 4 [name] => Køn [value] => Mænd [id_feature] => 5 ) ) 1
  11. yes - it is always the last element. if i only add 1 function, that one is dublicated. if i add another that one is. if i add 2+ the last one, and only the last one is getting dublicated.
  12. aight . so i got it to work ... wuhuuu... what i did was adding this code to my header.tpl {literal} <script type="text/javascript"> $('a.iframe').fancybox({ 'type' : 'iframe', 'width':600, 'height':600 }); </script> {/literal}
  13. i don't get it . if i copy your line it works like it should - but di u change the url it's not working.. changed from <a href="http://localhost/1606a/modules/themeconfigurator/img/banner-img6.jpg" class="iframe">TEST</a> to <a href="manufacturers" class="iframe">TEST</a> but then it's not working...
  14. i got a problem on my webshop . when i add a function to a product it shows the function twice. if i add more than 1 function it only shows the last function twice.. see it here : http://billigedufte.dk/eau-de-toilette/3-versace-bright-crystal-30ml.html i've tried to illustrate it on the attachment here : and the code from the product.tpl {if isset($features) && $features} <!-- Data sheet --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='Information om produktet'}</h3> <table class="table-data-sheet"> {foreach from=$features item=feature} <tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> </section> <!--end Data sheet --> {/if}
  15. when i click on a link with class="iframe" it opens the desired page normally in _self no fancybox - however, if i click the link on the check-out page, it is working flawless.
  16. i am using smarty template compilation with Force compilation. should be enough right ?
  17. hmm i can't get it to work... i've attached my two files: /public_html/billigedufte.dk/themes/leomobi/header.tpl https://pastee.org/wndp and /public_html/billigedufte.dk/classes/controller/FrontController.php https://pastee.org/zv864 im pretty sure i am doing wrong here
  18. i am still not totally sure what i need to do:) i guess i should add the first code to my /controllers/front/indexcontroller.php but where to add the second lines of code? fyi: i moved the www to www.billigedufte.dk
  19. hmm nope. that's the problem for sure. cause the links are working in the checkout page. what and where should i add it to work on every page with the iframe class?
×
×
  • Create New...