Jump to content

jmase

Members
  • Posts

    34
  • Joined

  • Last visited

jmase's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I Fixed this by making the conversion rate on my currency 1. For some reason on the Pound it was set to 0.8 - thats why it was taking 20% off. Go to prices - currencies, and make sure if you only have 1 currency your conversion rate is set to 1 or it will mess up the combinations! Hello, having upgraded to 1.4 final I am now having problems with my combinations. When I add a combination to one of my products with an increase in price it displays the price as -20% on the product page - but when its added to the basket it displays it correctly. This is very frustrating, I have taxes turned off and I cant find a way to fix this If anyone can help please do, it is driving me nuts. For an example: http://www.glhf.co.uk/home-office-pcs/22-home-office-3400.html When you select the "Windows 7 premium" option, it displays the price as £56... even though in the back office I have put the price as £70. For some reason it is not displaying the price including tax on the product page and I want it to. It is removing 20% for some reason :S
  2. Just upgraded to 1.4 Final and keep getting this error when I try to change / add content on a CMS page "the field link_rewrite (Deutsch (German)) is invalid" Think it may have something to do with my .htaccess file which looks like this: "AuthType none Satisfy Any Order Deny, Allow Allow from All RewriteEngine on # 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/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 ^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/([^?&]*) /$1?isolang=en [QSA,L] RewriteRule ^fr/page-non-trouvee$ /404.php?isolang=fr [QSA,L] RewriteRule ^fr/adresse$ /address.php?isolang=fr [QSA,L] RewriteRule ^fr/adresses$ /addresses.php?isolang=fr [QSA,L] RewriteRule ^fr/authentification$ /authentication.php?isolang=fr [QSA,L] RewriteRule ^fr/meilleures-ventes$ /best-sales.php?isolang=fr [QSA,L] RewriteRule ^fr/panier$ /cart.php?isolang=fr [QSA,L] RewriteRule ^fr/contactez-nous$ /contact-form.php?isolang=fr [QSA,L] RewriteRule ^fr/bons-de-reduction$ /discount.php?isolang=fr [QSA,L] RewriteRule ^fr/suivi-commande-invite$ /guest-tracking.php?isolang=fr [QSA,L] RewriteRule ^fr/historique-des-commandes$ /history.php?isolang=fr [QSA,L] RewriteRule ^fr/identite$ /identity.php?isolang=fr [QSA,L] RewriteRule ^fr/fabricants$ /manufacturer.php?isolang=fr [QSA,L] RewriteRule ^fr/mon-compte$ /my-account.php?isolang=fr [QSA,L] RewriteRule ^fr/nouveaux-produits$ /new-products.php?isolang=fr [QSA,L] RewriteRule ^fr/commande$ /order.php?isolang=fr [QSA,L] RewriteRule ^fr/details-de-la-commande$ /order-follow.php?isolang=fr [QSA,L] RewriteRule ^fr/commande-rapide$ /order-opc.php?isolang=fr [QSA,L] RewriteRule ^fr/avoirs$ /order-slip.php?isolang=fr [QSA,L] RewriteRule ^fr/mot-de-passe-oublie$ /password.php?isolang=fr [QSA,L] RewriteRule ^fr/promotions$ /prices-drop.php?isolang=fr [QSA,L] RewriteRule ^fr/recherche$ /search.php?isolang=fr [QSA,L] RewriteRule ^fr/plan-du-site$ /sitemap.php?isolang=fr [QSA,L] RewriteRule ^fr/magasins$ /stores.php?isolang=fr [QSA,L] RewriteRule ^fr/fournisseurs$ /supplier.php?isolang=fr [QSA,L] RewriteRule ^fr/([^?&]*) /$1?isolang=fr [QSA,L] RewriteRule ^es/pagina-no-encuentra$ /404.php?isolang=es [QSA,L] RewriteRule ^es/direccion$ /address.php?isolang=es [QSA,L] RewriteRule ^es/direcciones$ /addresses.php?isolang=es [QSA,L] RewriteRule ^es/autenticacion$ /authentication.php?isolang=es [QSA,L] RewriteRule ^es/mas-vendidos$ /best-sales.php?isolang=es [QSA,L] RewriteRule ^es/carro-de-la-compra$ /cart.php?isolang=es [QSA,L] RewriteRule ^es/contactenos$ /contact-form.php?isolang=es [QSA,L] RewriteRule ^es/descuento$ /discount.php?isolang=es [QSA,L] RewriteRule ^es/estado-pedido$ /guest" any ideas?
  3. Hello, just testing paypal module on my site. I added a test product and tried to check out using my personal account, but it returned this error: "PayPal does not allow your country of residence to deliver to the country you wish to" Now i have the same address on my site as my paypal account - I only allow delivery to the UK. I've also tried this with my friends Paypal account and he has the same error. Any idea how to fix this?
  4. sorry, by i mean i had to delete my entire website and install a fresh copy of 1.4 and start the whole thing again as i couldnt figure out how to fix it and didnt get any responses
  5. Also, now when you hover over the short description it shows me the code as if the code has now become the title :/
  6. I tried this but now I have a ""> around my short description and cant figure out where it is coming from Any ideas? code in product-list.tpl now looks like this: "getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}{l s='New'}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'} "
  7. Can anyone please create a step by step tutorial on how to update from 1.4.0.10 to RC3? Last time i tried to update from 1.36 to 1.4 i basically broke my site and had to start from brand new so I dont want to risk that again
  8. Hello there, I'm wondering if it is at all possible to have a different discription on the list of products on the category page to the actual page of a product its self. see here: http://www.glhf.co.uk/en/4-valuegaming As you can see the short description looks very crowded and unorganised, where as on the product page it looks fine and as I intend it to... see here: http://www.glhf.co.uk/en/valuegaming/5-glhf-budget-x3.html Now is there anyway to have the short description different on each page, or at least fix it so the HTML works and it has bullet points the same as the product page does. Any help is muchly appreciated thank you!
  9. right. I have moved all of my /pshop folder to my root - What is the next step?
  10. Hey there, I am currently developing my site - I have used a sub director for the install - www.glhf.co.uk/pshop I looked into redirecting the shop to my main url which is www.glhf.co.uk and i achieved this using this script i found in a forum post: http://www.prestashop.com/forums/viewthread/18393/help_installation___upgrade/move_prestashop_from_subfolder_to_root/ Whilst this works I still have the /pshop in all my URL's and i would rather it not be there. So I am going to try and move all my stuff into the root. Can anyone give me a step by step how to do this - I am very worried I may break something in the process. Is it just a case of copying my /pshop folder into the root and editing my PS_BASE_URI to '/'? Any help would be lovely thanks
  11. Hello! I was using 1.36 before and I could duplicate modules just fine by renaming the tpl files etc, however, when I am trying to duplicate the "block advertsing" module by using the same method but whenever i upload it, it is just linked to the original block advertising module and still shares the same name. I have also noticed there is now a blockadvertising.css and a config file - Do i need to edit any of these for my duplicate module to work? If anyone has managed to duplicate the block advertising module or has another solution could you please upload the zip file or tell me which files / code i need to change for my duplicate to work. cheers.
  12. Hello! Ran into some problems after upgrading my store from 1.36 to 1.4. I went through the upgrade steps fine, install completed and everything, but my site now has this error on a white page: Invalid loadTaxZones() SQL query! Any idea how to fix this? Cheers for any help!
  13. thanks for the reply otzy. I put font-size 9 in and whilst it did make the font smaller it didnt really solve my problem. I need the spaces inbetween each section to be smaller so each section is closer together. I would also like to change the font colour but I cant find where to do this Same for the colour of the "View and Buy" button. Here is what i have in my product_li section: "/* product-list.tpl */ ul#product_list { margin-top: 2px; list-style-type: none } ul#product_list li { background: #f0f0f0; border: none; padding: 8px; height:auto; overflow:hidden; margin-bottom:2px; font-size:9px; } ul#product_list li .new { background:#313131; border: none; color: white; font-size: 11px; font-weight: bold; margin: 0 1em 0 0; padding: 0 0.4em; text-transform: lowercase; vertical-align: 0 } ul#product_list li div.right_block { float: right; width: 90px; text-align: left; margin-left: 0; margin-top: 0 } a.view_button { background:url(../img/view_button.jpg) no-repeat 0 0; width:75px; color:#000 !important; } a.ajax_add_to_cart_button { background:url(../img/add_to_cart_button.jpg) no-repeat 0 0; width:75px; color:#fff !important; } ul#product_list li span.availability { float: right; line-height:18px; margin-top:4px; color: #979696; background:#fff; padding:0 6px; font-size: 11px } ul#product_list li div.center_block { float: left; width: 80% } ul#product_list li a { color:#7d7d7d } ul#product_list li p.product_desc { font-size:12px; line-height:18px; color:#7d7d7d } ul#product_list a.product_img_link { margin-right:13px; border:none; } form.std fieldset { border:none; background: none; margin-bottom: 0; padding-bottom: 0;"
×
×
  • Create New...