Jump to content

explodedk

Members
  • Posts

    61
  • Joined

  • Last visited

Profile Information

  • Location
    denmark
  • Activity
    Freelancer

explodedk's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  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
×
×
  • Create New...