Jump to content

seanloo

Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

seanloo's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Assume I have set specific price for different customer groups / countries. If customer filter price, the result is according to base price, not specific price. What is the method to make sure the result output the new specific price, not old base price? Attached an example for your reference. Product base price = $50 (outdated price) Product specific price = $25 (new valid price) If filter price range = $40 - $50, the product still visible (not logic, it should be invisible) If filter price range = $20 - $40, the product invisible (not logic, it should be visible) Remark: Prestashop 1.6.0.6, localhost (wamp)
  2. PS 1.6.0.6 > Our stores > Google map 1) Appear state's ISO code, but i want state name 2) Missing country name Please advise how to solve. Thanks in advance.
  3. Tested PS 1.6.0.6. I have no problem with Free Shipping. Under BO > Shipping > Carrier, make sure - the particular carriers status is enable - shipping location(s) is/are ticked (All / Africa / Asia / Central America/Antilla / Europe / Europe (non-EU) / North America / Oceania / South America) - group access Visitor/Guest/Customer are ticked
  4. Sorry. Try some methods (included above) but still cannot pass the message into merchant's email. With module Mail Alerts enable:- 1) Standard five-steps checkout, customer and guest both can add comment under Step-3 (Address), and the comment can pass to merchant's email. 2) If One-page checkout, customer and guest cannot add comment (by default). Try to add form / textarea in order-opc.tpl, but cannot pass the comment to merchant's email. Please advise solution. TQ.
  5. https://www.flickr.com/photos/121354636@N08/13959115969/ For one-page checkout, add these code into "order-opc.tpl" Now, customer or guest can write comment or special instruction about the order, no matter "standard five steps" or "one-page checkout". <div id="ordermsg" class="form-group"> <label>{l s='If you would like to add a comment about your order, please write it in the field below.'}</label> <textarea class="form-control" cols="60" rows="6" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea> </div>
  6. PS 1.6.0.6 with "Mail Alerts" enable. Merchant will receive a notification when an order is placed. In the email, there is a section for "Customer Message" But on checkout page (one-page checkout), customer and guest cannot find any message box/form. How to insert customer message (for special instruction for his order)? I dont know if it is a bug... Or am i miss/delete something there after edit the theme files? Remark: It seems like standard five-step checkout has no problem. Customer can insert comment under addresses.
  7. For a B2B store, assume that a company has purchase N products with total quantity Q units:- Product 1: 10 units Product 2: 20 units Product 3: 10 units ... ... ... ... ... ... ... ... Product N: Q units Refer attachment, I want to change the default "There are Q items in your cart." to this "There are N products in your cart.". How can I count total products (NOT total units) that added to cart? yourtheme/modules/blockcart/blockcart.tpl
  8. Problem solved. Clear the cache and browsing data.
  9. PS 1.6.0.6 Number of products to be displayed not work for these modules:- - Featured products on the homepage 1.3 - New products block 1.8
  10. PS 1.6.0.6 and cross browser testing on IE8 (localhost and web hosting). Problem: Catalog filters (price, colour, size, etc.) keeps loading but nothing happen. Message: Unexpected call to method or property access. Line: 3 Char: 20137 Code: 0 URI: PS-ROOT-FOLDER/themes/default-bootstrap/cache/v_3_cee2a350144641de2f6031fe2d8eeb99.js This JS-file is "jquery-1.11.0.min.js" According to jquery.com, jQuery 1.X support IE 6+. So, jQuery 1.11 should support IE 8, right? Please advise. Thank you. Remark: 1. Not "blocklayered" file permission problem. 2. BO >> Performance >> CCC (COMBINE, COMPRESS AND CACHE) I have enable all fields - Smart cache for CSS; Smart cache for JavaScript; Minify HTML; Compress inline JavaScript in HTML 3. I manage a B2B website. Some companies and government entities still using IE8 / Windows XP (around 30%-40% traffic). Due to some reasons (company policy, budget, etc., they are difficult to update software / upgrade computer. So I have to make sure they can access PS1.6 on old version of internet browser.
  11. I delete "themes/default-bootstrap/modules/homeslider/homeslider.tpl" and it works for IE8 and other latest version of browsers. Why?
  12. 1. If you fresh install PS 1.6.0.6 online, you need to update 1 module only >> "Image slider for your homepage" 2a. phpmyadmin >> Your database >> Export tab >> press Go 2b. PS BO >> Advanced Parameters >> DB Backup
  13. By the way, i do cross browser testing just now. Localhost, PS 1.6.0.6, FO homeslider not work in IE8. No images and left/right arrow. Chrome & Firefox has no problem. Maybe I will upload to web hosting and double check again.
  14. Sorry, I don't understand. Both PS 1.6.0.5 & 1.6.0.6 "ROOT/modules/homeslider/" has no "img" folder. It is "images" folder. If change to "homeslider/img/", then it should return missing pictures, right? ROOT/modules/homeslider/images >> exist ROOT/modules/homeslider/img >> not exist
  15. change blocklayered folder & all files inside blocklayered folder. NOT all the files under ROOT folder.
×
×
  • Create New...