Jump to content

vitalite

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

vitalite's Achievements

Newbie

Newbie (1/14)

2

Reputation

3

Community Answers

  1. Trouvé par moi même. Dans le code du fichier config/defines.inc.php il doit bien avoir else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); } alors que lors de mes tests je l'avais oublié à ON
  2. Bonjour, tout d'un coup j'ai commencé à recevoir l'erreur suivante sur la page Panier utilisé en mode One Page Checkout TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: parsererror La console Firebug me donne le message suivant: <br /> <b>Warning</b>: Missing argument 2 for CustomerCore::resetAddressCache(), called in /home/dominator/classes/Address.php on line 174 and defined in <b>/home/dominator/classes/Customer.php</b> on line <b>426</b><br /> <br /> <b>Notice</b>: Undefined variable: id_address in <b>/home/dominator/classes/Customer.php</b> on line <b>428</b><br /> {"hasError":false,"errors":[],"isSaved":true,"id_customer":51,"id_address_delivery":62,"id_address_invoice":62,"token":"2fab660db8ee96da807d535bec1a48a5"} Il parait qu'il attend un argument qui manque. Si je fais F5, je me retrouve avec l'utilisateur loggué... URL de la boutique: dominator.cc Merci de votre aide.
  3. Guys, the solution that PayPal provided you is not good enough. In fact, there is no any technical issue on Prestashop side, neither on PayPal side. The problem you have now is that your chinese clients didn't set the State parameter in their shipping address. You have to go to Localization / Localization (back-office), then select China in drop-down list, and check States check-box. Prestashop will import all states for China, your client just have to set the right State in Shipping address, then order & pay. That's all
  4. Guys, the solution that PayPal provided you is not good enough. In fact, there is no any technical issue on Prestashop side, neither on PayPal side. The problem you have now is that your chinese clients didn't set the State parameter in their shipping address. You have to go to Localization / Localization (back-office), then select China in drop-down list, and check States check-box. Prestashop will import all states for China, your client just have to set the right State in Shipping address, then order & pay. That's all
  5. Guys, the solution that PayPal provided you is not good enough. In fact, there is no any technical issue on Prestashop side, neither on PayPal side. The problem you have now is that your chinese clients didn't set the State parameter in their shipping address. You have to go to Localization / Localization (back-office), then select China in drop-down list, and check States check-box. Prestashop will import all states for China, your client just have to set the right State in Shipping address, then order & pay. That's all
  6. This commit should fix this sql issue https://github.com/PrestaShop/PrestaShop/commit/7a15548e34f7202edb03d1e64876a4161c7f9191
  7. So you have the same issue? on my page, some $product.legend are correctly retreived, certains -- not. The original PS code was not changed...
  8. Check on http://dominator.cc/tote-bags-for-men/ -- the ALT on products №2-4-6 is equal to product's name -- that is the error. I should have another alts on these products, like on №1-2-5
  9. On my product page http://dominator.cc/en/tote-bags-for-men/ I have 6 products. The ALT property is correctly retrieved only for 3 of them: №1-№3-№5 Here is a code for that from product-list.tpl: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html':'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> So, if the $product.legend is empty, the product's title should appear in ALT tag, however the $product.legend property for these products is not blank, I checked that in DB. Additionally, on the related product page http://dominator.cc/en/tote-bags-for-men/handmade-tote-bag-for-men-leather-pyrographied-chimeras-2 the ALT tag of first thumb is correctly displayed. On my another product list page http://dominator.cc/en/messenger-bags-for-men/ there is no such issue, so the bug is not in TPL file. I already tried to delete the image, then create a new one with ALT tags -- same thing. Any ideas?
  10. Merci Je me suis renseigné entre temps auprès de mon hébergement 1&1, ils proposent le SSL pour 8 euros / mois TTC. Bon, étant donné que plus personne n'a eu affaire à Google Shopping et leur exigence d'être en SSL pour la page produit (et donc le site entier), je ferme le topic
×
×
  • Create New...