Jump to content

dinoroadster

Members
  • Posts

    14
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Belgium
  • Activity
    User/Merchant

dinoroadster's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Dear members, I have been looking all around the Forum and the web and there is no clear answer to the following problem : How to fix the problem with the OGONE 2.5 module regarding the fact that : 1. Your client is stuck at "Please wait while your order is being processed" 2. The order is not taken in the DB order. BUT the payment has been received on Ogone. I have tried to change the T in output, but it still doesn't work. Thanks a lot, i think many people will be happy to receive finally a clear answer.
  2. Quelqu'un aurait la réponse ? Car je suis aussi coincé avec le même problème. Merci d'avance à notre sauveur
  3. Hello, I am posting again regarding this topic, because the last one has been marked as solved but actually there is not all the answers. I would to have more details on two points : First, what are the exact fields name that we can add to the product page : Brand reference = {$product->supplier_reference} EAN13 = {$product->ean13} Brand = ?? Feature (height, ...) = ?? Second, where should we modify the product.tpl and is it only the .tpl to modify, or also the .css ? Here is the code i modify in the product.tpl <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Reference :'} </label> <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> </p> <p id="manufacturer" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Brand :'} </label> <span class="editable">{$product->manufacturer|escape:'htmlall':'UTF-8'}</span> </p> <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Brand reference :'} </label> <span class="editable">{$product->supplier_reference|escape:'htmlall':'UTF-8'}</span> </p> <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Package :'} </label> <span class="editable">{$product->feature_height|escape:'htmlall':'UTF-8'}</span> </p> But as you can see, the informations doesn't show on my website product page : Thanks for your help
  4. Do we need only to modify the product.tpl ? Under this code : <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Reference :'} </label> <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> </p> I add this (in order to add supplier_reference) : <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Brand reference :'} </label> <span class="editable">{$product->supplier_reference|escape:'htmlall':'UTF-8'}</span> </p> But nothing is show on the webpage
  5. Sorry guys, but i tried so many lines on the product.tpl and it still doesn't show on my product page. What is the correct line to insert ? (i want it to appear under Reference) This is what i want to add : Brand = ?? Brand reference = {$product->supplier_reference} EAN13 = {$product->ean13} Thanks
  6. Hello, Due to an unknow problem, i can not access anymore the module section in my back office. I receive this code on a white page when i click on "Module" [PrestaShop] Fatal error in module smarty_internal_write_file: Uncaught exception 'SmartyException' with message 'unable to write file /var/www/vhosts/promodent.be/httpdocs/cache/smarty/compile/75/67/96/wrt52cc1640da8b03.40028092' in /var/www/vhosts/promodent.be/httpdocs/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /var/www/vhosts/promodent.be/httpdocs/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/var/www/vhosts...', 'compileTemplateSource() #2 /var/www/vhosts/promodent.be/httpdocs/classes/controller/AdminController.php(1261): Smarty_Internal_TemplateBase->fetch() #3 /var/www/vhosts/promodent.be/httpdocs/classes/controller/Controller.php(185): AdminControllerCore->display() #4 /var/www/vhosts/promodent.be/httpdocs/classes/Dispatcher.php(348): ControllerCore->run() #5 /var/www/vhosts/promodent.be/httpdocs/admin5786/index.php(53 any idea ??
  7. I did manage to upload an older version of my website, saved few days ago. So now i am not facing anymore the problem of no image, but many white page. I can not access the back office anymore, white page. What should i do? I there maybe an other topic already on that ?
  8. Actually it is every image on the website If i take the same location as you did, i see this : The strange thing is that the link is there, but it shows the image name and note the image.
  9. The problem is that it is not only the produt image, but every image !
  10. Hello, I am nearly done with my website but i am facing a problem and i don't have any idea where it is coming from. There is no more image showing in the front and back office of my website, and i don't understand why. I try to change the Access right but i doesn't work. There is only the name of the picture showed, not the image. What really disturb me, is why in the back office, all the small prestashop image are not showed anymore. If someone can help me with this, it would be a great help. Many thanks in advance.
×
×
  • Create New...