Jump to content

marissacooper

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    Niklas
  • Last Name
    Hirschberg

Recent Profile Visitors

83 profile views

marissacooper's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hello, Since couple of weeks now, when I add a new Payment module it wont show up as an option in Front Office. Only Bank Wire and Pay&Pickup in store shows up. I checked everything in back office, country restrictions, group restrictions, currency restrictions, reinstalled the modules and reset. I have tried different modules but with the same result. I turned debug mode on, with changing defines.inc.php, without any error on the correct check out page. When I turn "Disable all overrides" to "Yes", it shows up like it should in Front Office. Im still pretty new to all this, and I've tried to find any solution by reading other threads with similar problem but with no luck. So, if someone could guide me or help me to find a solution I would appreciate it ALOT. Many Thanks in advance!
  2. Hej, När jag lägger in nya betalningsmoduler så visas de ej som alternativ i front office, back office är allt normalt och det går t ex att använda dessa som alternativ när jag skapar en order manuellt. Bank-wire som jag har modifierat lite funkar och visas, även "pay & pickup in store" visas när den ska. Är det någon som har en aning vad som kan orsaka detta? Har kollat så att de är kopplade, country restrictions, group restrictions, currency restrictions, installerat om modulerna. Har provat flertalet olika betalningsmoduler utan framgång. Stort tack på förhand,
  3. edit: SOLVED Hello, This is my first post on this forum, I have been reading alot of posts that helped me alot, thanks to all. I want to add product-reference to product list, I read this thread: https://www.prestashop.com/forums/topic/247597-solved-show-product-reference-in-categories/ and it helped me to show it on products in "Feature Products", well the products showing on my "home" page, but in product list they only show when the page is loading or just before the products are done loading. when the page is loaded it turns to "undefined". Im new at coding, with actually no skills but interest, This is the code im using; in product-list.tpl <p id="product_reference" {if isset($product.reference) && $product.reference} <p id="product_reference"> <label>{l s='Reference:'} </label> <span class="editable" itemprop="sku"> {$product.reference|escape:'html':'UTF-8'}</span> </p> and in global.js, I use this following one, that I found from another thread, I use it twice: html += '<p id="product_reference">'+ $(element).find('.product_reference').html() + '</p>'; Anyone with the same issue? I attach one screenshot of how it look like before it turns to undefined, during loading. Many thanks in advance.
×
×
  • Create New...