-
Posts
14 -
Joined
-
Last visited
dinoroadster's Achievements
Newbie (1/14)
1
Reputation
-
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.
-
Ogone - Commande non enregistrée dans le BO
dinoroadster replied to rachel01's topic in Modules et thèmes gratuits
Quelqu'un aurait la réponse ? Car je suis aussi coincé avec le même problème. Merci d'avance à notre sauveur- 7 replies
-
- ogone
- module de paiement
-
(and 2 more)
Tagged with:
-
vekia started following dinoroadster
-
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
-
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
-
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 ??
-
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
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 ? -
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
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. -
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
See by yourself, no image at all... -
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
1.5.6.1 -
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
The problem is that it is not only the produt image, but every image ! -
No more image in front and back office
dinoroadster replied to dinoroadster's topic in Core developers
thanks for the ad, Real help ?? -
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.