Jump to content

Search the Community

Showing results for tags 'ajaxcart'.

  • Search By Tags

    • ajaxcart ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 7 results

  1. <?php use Symfony\Component\HttpFoundation\JsonResponse; class ReaddToCartModuleFrontController extends ModuleFrontController { public $ajax = true; public function initContent() { parent::initContent(); $productId = Tools::getValue('id_product'); $quan...
  2. I'm trying to get the token used for the AJAX requests, but I can't I've tried to var tokenElement = document.querySelector('input[name="token"]'); return tokenElement ? tokenElement.value : ''; but this returns empty string My AJAX request is function updateCartQuantity(productId...
  3. Hello, Is it possible to get the Ajaxcart working properly in Prestashop 1.7. Currently if set to YES the Ajaxcart works correctly, but if set to NO it doesn't work properly. I want it to be able to work correctly in both the YES and NO options. I have found the following workaround for making...
  4. Hi guys and girls, Can you please help me with this issue. My add to cart suddently stopped working. When we press add to cart, there is no response. The cart remains empty. This happens from google chrome , Firefox , internet and also from any mobile . I did not have this iss...
  5. Hello everyone, I have trouble with my prestashop theme. When I press on login icon in the blockuserinfo the ajax cart is also opening! I tried to move the icon from the cart, but it is still opening. I think the problem is in blockuserinfo.tpl that they are both in the same <section> But I tri...
  6. Bonjour, Je rencontre actuellement un problème lors de l'ajout d'un produit au panier. Le problème est apparu du jour au lendemain sans qu'il n'y ai eu de changement sur le site. La version de prestashop est la 1.5.6.0 A l'origine le panier "Ajax" était activé, une alerte javascript reto...
  7. Hello, Que signifie le paramètre callerElement dans la méthode : ajaxCart.add = function(idProduct, idCombination, addedFromProductPage, callerElement, quantity, whishlist) Je ne le trouve pas dans la doc prestashop. Merci.
×
×
  • Create New...