Jump to content

Lloyd966

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Lloyd966's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi, I was finally able to solve this problem. Below is a link to a forum post, explain what caused the problem and how to fix it. https://www.prestashop.com/forums/topic/242031-solved-an-extra-product-appears-in-my-customers-shopping-cart/ Hope this helps someone who experiences the same problem. Lloyd
  2. HI I verified my database, by using Phpmyadmin, and browsed every table to insure the any demo items (demo_2, demo_6, demo_7) did not exist in one of the tables. I could not find anything. The order confirmation shows three items that were added to the order automatically, not by the customer. When you click on any these demo items shown on the order confirmation email, a window opens in your webbrowser with our website and a message - THIS PAGE IS NOT AVAILABLE - . (/en/-.html) Has anyone ever experience this and if so, how do you fix this. Any ideas would be greatly appreciated. Lloyd
  3. Found this great solution. below is a link to an article with exact instructions on how to accomplish this. http://blog.belvg.com/how-to-change-default-grid-in-prestashop-1-6.html Hope this helps Lloyd
  4. Hi, After placing an order, some items that were part of the demo data when you first install Prestashop 1.6.1.6 and updated to 1.6.1.9, and deleted, magically appear on the order, even though the customer did not add these items. Has anyone ever experienced this problem, and if so, how did you fix this problem. My first thought was, maybe having to the with the users web browsers, cache or cookies having to do with Prestashop. Any help would be greatly appreciated. Thank you Lloyd
  5. Is their anyone with a solution. I need to get this work. Thank you Lloyd
  6. Currently my homepage featured products displays 4 images per line. I would like to do the same for the product list page. In the product-list.tpl file I changed the {assign var='nbItemsPerLine' value=3} to {assign var='nbItemsPerLine' value=4}. Now I get 3 items on one line, and the four item by itself on the next line. Then another line 3 images and the next line with the four item by itself, so on and so on. What else do I need to change to get the four items all on one line. I thinking that I will also need to make changes in the product-list.css file, but I want to make sure that this does not in anyway affect the homepage which is perfect. I want the product listing page to resemble the homepage featured products. Any help would be greatly appreciated. Thank you Lloyd
  7. SOLVED -PLEASE REMOVE THIS TOPIC ok i got rid of the add t cart like i wanted to doing this preferences > products there is a field named: "Display the "add to cart" button when a product has attributes" Display or hide the "add to cart" button on category pages for products that have attributes forcing customers to see product Set this to NO
  8. Hi, On the product list page, the Add to Cart button should not be displayed for those items that have one or more attributes, as the popup that appears when you click the Add to Cart button, does not allow for the selection of the attribute associated with the product. (As a side note the quick view button for a product with an attribute, its popup does allow for the attribute selection). Below is the code lines 158 to 169 in product-list.tpl that handles the displaying of the Add to Cart button {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.customizable != 2 && !$PS_CATALOG_MODE} {if (!isset($product.customization_required) || !$product.customization_required) && ($product.allow_oosp || $product.quantity > 0)} {capture}add=1&id_product={$product.id_product|intval}{if isset($product.id_product_attribute) && $product.id_product_attribute}&ipa={$product.id_product_attribute|intval}{/if}{if isset($static_token)}&token={$static_token}{/if}{/capture} <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart', true, NULL, $smarty.capture.default, false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product-attribute="{$product.id_product_attribute|intval}" data-id-product="{$product.id_product|intval}" data-minimal_quantity="{if isset($product.product_attribute_minimal_quantity) && $product.product_attribute_minimal_quantity >= 1}{$product.product_attribute_minimal_quantity|intval}{else}{$product.minimal_quantity|intval}{/if}"> <span>{l s='Add to cart'}</span> </a> {else} <span class="button ajax_add_to_cart_button btn btn-default disabled"> <span>{l s='Add to cart'}</span> </span> {/if} {/if} As you can see from the first line of the code it does test, but for some reason the code is not working. The same problem occurs on the homepage. Any help to fix this would be greatly appreciated. Thank you Lloyd
  9. If your are trying to fix this error in the 5 step checkout for a guest checkout, as discussed in the post above - Posted 02 February 2016 - 10:52 AM, not only will you have to add those lines (just before mobile phone). you will also have to add the following {if isset($one_phone_at_least) && $one_phone_at_least} {assign var="atLeastOneExists" value=true} <p class="inline-infos required">** {l s='You must register at least one phone number.'}</p> {/if} (just after mobile phone) Hope this Helps.
  10. Hi, does the fix below work for step 2 - Sign in for a guest checkout or just step 3 Address you can always fix the phone field themes/yourtheme/order-opc-new-account.tpl line 250 in default-bootstrap for 1.6.1.4 <div class="form-group is_customer_param">
  11. Problem solved. Turns out there was a complete / full php.ini in the root directory (public_html) that should have not been there. Deleted file and everything working great
  12. Hi, Thank you for your help. I checked the version of php PHP version 5.6.18 Memory limit 32M Max execution time 30 I am wondering if the Memory limit or Max execution time, could be causing this problem? I can ask my hosting company to increase these values if necessary. Lloyd
  13. Everything was working great, and you could create a new account. Now, you can access the create an account, and enter all the required fields, but when you click register button, you are returned to the create an account, and the new account is not created and the entered information is not saved. If you try to enter the exact same email address and click create an account button you go back to the form? Anyone no why this might be happening, and how we can fix this problem. Thank you Lloyd
  14. Hi, I have currently installed Prestashop 1.6.1.6 and a product as follows. - Genuine Birthstone & Diamonds **12 color options** 10K White Gold Stud Earrings This product is associated to the Birth Stone Color attribute type. The are 12 different combinations setup for this product with each combination having a unique image. . The link for this product view page is http://www.geminijewels.com/presta/index.php?id_product=49&controller=product&id_lang=1#/30-birth_stone_color-june_pearl When you select a Birth Stone Color from the attribute dropdown list, the proper image for that month is displayed in the image box. If you hover over one of the 12 images for this product, the image changes in the box above, but the Birth Stone Color in the dropdown list does not change to the proper month - color, associated with this image. Is this a bug, or do I need to modify the product.tpl for this page to get this to work, and if so what changes to the code would be needed. Thank you Lloyd (p.s. Is there a module available that I can install that will do this.)
  15. Can anyone provide me with a list of folder and file permissions for all folders and files. For some reason, some of the folders are set to 777, and this is causing some problems, as well as this is a definite security risk. Also some of the the php files are set to 777, which is also not good. My hosting company has suggested that all folders should be set to 755 and all files be set to 644 As I do not want to break the site by set the permissions to low, I need a list of what I should set the individual folders, and files to? Thanks Lloyd
×
×
  • Create New...