Jump to content

Funtechireland

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    alex
  • Last Name
    don

Funtechireland's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey Guys. I have lost of products with reference "Douglas". But when I search it in search bar it only return one result. I will have to save the products without any changes again. They it will show up in my search result. Anyone can help? Product: http://prntscr.com/eqps7s Search Result: http://prntscr.com/eqpsn2
  2. Can anyone check there ajax.php file under paypal/expresscheckout. As when I click the color of the product image is not switching and ajax response is die("1"); Here is the link: http://www.funtechglobal.com/en/phone-case/478-iphone-66s-leather-wallet-case.html and the code if ($quantity && $quantity > 0) { /* Ajax response */ $id_product = (int) Tools::getValue('id_product'); $id_product_attribute = (int) Tools::getValue('id_product_attribute'); $product_quantity = Product::getQuantity($id_product, $id_product_attribute); $product = new Product($id_product); //var_dump($id_product); //die; if (!$product->available_for_order) { die('0'); } if ($product_quantity > 0) { // die; die('1'); } if ($product_quantity <= 0 && $product->isAvailableWhenOutOfStock((int) $product->out_of_stock)) { // var_dump $product_quantity; die('2'); } } die('0');
  3. I am sure I do assign each color to an image. As, when you clicking add to cart it show up with right color .
  4. That's the product link. When clicking different color of that product, the image is not switching. While when clicking add to cart or refresh the page, it turn to the right color . Can anyone help? http://www.funtechglobal.com/en/phone-case/478-iphone-66s-leather-wallet-case.html#/iphone_case_color-space_gray
×
×
  • Create New...