Jump to content

sandyfootprints

Members
  • Posts

    19
  • Joined

  • Last visited

sandyfootprints's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I have had a customer review sent to me by email for a product. I have had their permission to add it to the site and would like to add it as a product review on the product page. How can I do this via the admin area? Thanks for any help!
  2. Hi I have set up 2 different shipping carriers on my site (prestashop 1.6) One is to deal with a single product that will use a different shipping company to fulfil orders, the other shipping option is for all other products. The set up is fine, and the calculations of total shipping cost are working great, but the format and display of product shipping in checkout isn't correct. I have attached a screenshot - the following errors are occuring: 1. The shipping options are duplicated in display 2. The time frame displayed is incorrect for the standard shipping option (default lorry logo) - this should read 3-10 days 3. I would like to display the individual price of shipping per carrier - so for the Play Magnus Shipping to Europe by Road it should be £6.50 and for the Standard Shipping for the second product in the cart it should be £10.00 How can I acheive/fix this please? Any help is much appreciated! Thanks
  3. Hi Can anyone tell me how to enable the zip/postcode form field on checkout if it is not a required field for that country? I'm using prestashop 1.6 Thanks
  4. Hi, I am having some problems with the module protx direct v 0.2 on prestashop 1.4.3 The module is installed and configured, and has been transplanted to the payment position but it doesn't show on my checkout page. Can anyone advise? Thanks
  5. Hi, I have transferred a prestashop site to my server, but as I didn't have Zend optimiser installed I had to delete the fastlane checkout module. However, even though the module doesn't exist in the file system, it is still showing the link to the checkout option in the front end of the website. Can anyone advise me how to remove this? I have cleared the smarty compile files... Thanks
  6. Hi, I am setting up a shop where certain products will be eligible for a discount if the customer wants to 'multibuy'. I have set up in my back office a price which applies to a quantity of 3, however this does not appear in my specials block. The only time I can have a 'special' in the block is if the price is discounted no matter what the quantity ordered is....does anyone know how to tweak this? Thanks in advance! Rach
  7. Wow its been a busy week for me on these forums....thanks for all your help so far! I have a very confusing problem now....when browser testing in ie9 using compatibility checker the top of my pages (i.e. cart/ currency selector/language selector and tagline) disappear but this only happens on the CMS pages. The header is fine on the home page and on the products pages etc.... Does anyone know why this might happen? Site is www.diamondjubileechess.com Thanks! Rach
  8. Just in case anyone has the same problem.....I solved this by adding the following lines to the top of my .htaccess file: order allow,deny deny from all Options +FollowSymLinks Thanks for the help!
  9. Hi! Just upgraded to 1.4.3 final and even thought I have re-uploaded my home page text editor with my javascript slider working, including the related js and css files included it doesn't appear in the home page or any of the source code (literally not there...) Now in the previous version I was using this kind of thing was resolved by deleting all the files from the smarty compile folder, but I have checked both smarty and smarty v2 compile folders and there is nothing there to delete! Can anyone help please? Thanks in advance! Rachel
  10. I have tried to enable friendly URLs and Canonical redirects and SSL on the site and then tried the htaccess file generator...as soon as I do this I am presented with: "Forbidden, perhaps you need to change the file permissions for this document or upload an index page." both in the front end of the shop and the back office so I have to delete the htaccess file just so that I can access the back office but the front end won't work because it is still trying to friendly or canonical redirect to diamondjubileechess.com/en...... The .htaccess file contents that have been generated are: # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^api/?(.*)$ /webservice/dispatcher.php?url=$1 [QSA,L] RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2$3.jpg [L] RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2.jpg [L] RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$1$2.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$4/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^c/([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L] RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L] RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]* /category.php?id_category=$1 [QSA,L] RewriteRule ^[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*) /supplier.php?id_supplier=$1 [QSA,L] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*) /manufacturer.php?id_manufacturer=$1 [QSA,L] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms=$1 [QSA,L] RewriteRule ^content/category/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms_category=$1 [QSA,L] RewriteRule ^([a-z]{2})/[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$2&isolang;=$1 [QSA,L] RewriteRule ^([a-z]{2})/([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$2&isolang;=$1 [QSA,L] RewriteRule ^([a-z]{2})/([0-9]+)\-[a-zA-Z0-9-]* /category.php?id_category=$2&isolang;=$1 [QSA,L] RewriteRule ^([a-z]{2})/content/([0-9]+)\-[a-zA-Z0-9-]* /cms.php?isolang=$1&id;_cms=$2 [QSA,L] RewriteRule ^([a-z]{2})/content/category/([0-9]+)\-[a-zA-Z0-9-]* /cms.php?isolang=$1&id;_cms_category=$2 [QSA,L] RewriteRule ^([a-z]{2})/([0-9]+)__[a-zA-Z0-9-]* /supplier.php?isolang=$1&id;_supplier=$2 [QSA,L] RewriteRule ^([a-z]{2})/([0-9]+)_[a-zA-Z0-9-]* /manufacturer.php?isolang=$1&id;_manufacturer=$2 [QSA,L] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L] RewriteRule ^en/page-not-found$ /404.php?isolang=en [QSA,L] RewriteRule ^en/address$ /address.php?isolang=en [QSA,L] RewriteRule ^en/addresses$ /addresses.php?isolang=en [QSA,L] RewriteRule ^en/authentication$ /authentication.php?isolang=en [QSA,L] RewriteRule ^en/best-sales$ /best-sales.php?isolang=en [QSA,L] RewriteRule ^en/cart$ /cart.php?isolang=en [QSA,L] RewriteRule ^en/contact-us$ /contact-form.php?isolang=en [QSA,L] RewriteRule ^en/discount$ /discount.php?isolang=en [QSA,L] RewriteRule ^en/guest-tracking$ /guest-tracking.php?isolang=en [QSA,L] RewriteRule ^en/order-history$ /history.php?isolang=en [QSA,L] RewriteRule ^en/identity$ /identity.php?isolang=en [QSA,L] RewriteRule ^en/manufacturers$ /manufacturer.php?isolang=en [QSA,L] RewriteRule ^en/my-account$ /my-account.php?isolang=en [QSA,L] RewriteRule ^en/new-products$ /new-products.php?isolang=en [QSA,L] RewriteRule ^en/order$ /order.php?isolang=en [QSA,L] RewriteRule ^en/order-follow$ /order-follow.php?isolang=en [QSA,L] RewriteRule ^en/quick-order$ /order-opc.php?isolang=en [QSA,L] RewriteRule ^en/order-slip$ /order-slip.php?isolang=en [QSA,L] RewriteRule ^en/password-recovery$ /password.php?isolang=en [QSA,L] RewriteRule ^en/prices-drop$ /prices-drop.php?isolang=en [QSA,L] RewriteRule ^en/search$ /search.php?isolang=en [QSA,L] RewriteRule ^en/sitemap$ /sitemap.php?isolang=en [QSA,L] RewriteRule ^en/stores$ /stores.php?isolang=en [QSA,L] RewriteRule ^en/supplier$ /supplier.php?isolang=en [QSA,L] RewriteRule ^en$ /en/ [QSA,L] RewriteRule ^en/([^?&]*)$ /$1?isolang=en [QSA,L] RewriteRule ^it/pagina-non-trovata$ /404.php?isolang=it [QSA,L] RewriteRule ^it/indirizzo$ /address.php?isolang=it [QSA,L] RewriteRule ^it/indirizzi$ /addresses.php?isolang=it [QSA,L] RewriteRule ^it/autenticazione$ /authentication.php?isolang=it [QSA,L] RewriteRule ^it/vendite-migliori$ /best-sales.php?isolang=it [QSA,L] RewriteRule ^it/carrello$ /cart.php?isolang=it [QSA,L] RewriteRule ^it/contattaci$ /contact-form.php?isolang=it [QSA,L] RewriteRule ^it/sconto$ /discount.php?isolang=it [QSA,L] RewriteRule ^it/ospite-monitoraggio$ /guest-tracking.php?isolang=it [QSA,L] etc...it won't allow me enough space to copy the rest. I have attached the file if you need the full data. I have also disabled the languages block just in case that makes any difference. Any help with this one would be greatly appreciated! The domain is www.diamondjubileechess.com ... but obviously it isn't appearing at the moment! Thanks in advance Rachel
  11. Hi, I am having a problem - I am trying to move modules around my page and when I remove them from their current position and put them into a new position (transplant module) and select the correct position they disappear from the page. They appear in the positions page so I can move them up and down but they do not appear on the site...have I done something wrong? I am trying to move the currencies module and the shop search module.... Any help would be really appreciated! Thanks
  12. I'm pretty sure its something to do with the template file that I am editing because it doesn't seem to make any difference which figures I use for the width calculation....
×
×
  • Create New...