Jump to content

lettersets

Members
  • Posts

    80
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

lettersets's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hi, I am using version 1.4.7 and have enabled the one page checkout option. However, when a person fills in their address and country on the form and clicks "Save" the shipping costs remain those of the default country. You have to either refresh the page manually or continue to the next page in order for the correct shipping costs to show. How can I fix this? Any help is much appreciated.
  2. For Prestashop 1.4.7 Find file modules>paypal>views>template>hook>express_checkout_payment.tpl Replace line 65: {$PayPal_content.payment_choice} by: {l s='$PayPal_content.payment_choice' mod='paypal'} Force compile and then edit translations in BO (Tools>Translations>Module translations) (search for "$PayPal_content.payment_choice" and also edit EN language)
  3. I know this is an old thread but in case somebody is searching it for a solution: I always put my shop in Catalog mode if I have to close it for longer than 2 weeks. In BO: Preferences: Product: Catalog mode. You can still view all items, just not order them. I then update my logo picture to one that has a message about being closed so it's viewable on every page.
  4. Nope, got stuck above. If you do find a way, I'd love to hear it!
  5. I can't attach a .csv file, but if you save the following text as a .csv file it should work: "ID";"Active (0/1)";"Name *";"Categories (x,y,z...)";"Price tax excl.";"Tax rules ID";"Wholesale price";"On sale (0/1)";"Discount amount";"Discount percent";"Discount from (yyyy-mm-dd)";"Discount to (yyyy-mm-dd)";"Reference #";"Supplier reference #";"Supplier";"Manufacturer";"EAN13";"UPC";"Ecotax";"Weight";"Quantity";"Short description";"Description";"Tags (x,y,z...)";"Meta-title";"Meta-keywords";"Meta-description";"URL rewritten";"Text when in stock";"Text when backorder allowed";"Available for order";"Product creation date";"Show price";"Image URLs (x,y,z...)";"Delete existing images (0 = No, 1 = Yes)";"Feature";"Available online only";"Condition" ;0;"Simon Art Letter Set Bicycle";"Letter Sets, Simon Art";01-02-49;;;;;;;;;;;;;;;53;2;"Pretty stationery by Simon Art Korea for writing letters. This set includes 6 sheets and 3 envelopes. Sheet size 17x25cm.";;"letter set, simon art";;"pretty stationery, writing letters, simon art letter set";"Pretty stationery by Simon Art Korea for writing letters. A letter set with 6 sheets and 3 envelopes.";"pretty-stationery-simon-art-bicycle";;;1;;1;"http://www.lettersets.com/images/lettersets/simonart/2012/large/bicycle.jpg";1;;;
  6. If you save the following text as a .csv file it should work: "ID";"Active (0/1)";"Name *";"Categories (x,y,z...)";"Price tax excl.";"Tax rules ID";"Wholesale price";"On sale (0/1)";"Discount amount";"Discount percent";"Discount from (yyyy-mm-dd)";"Discount to (yyyy-mm-dd)";"Reference #";"Supplier reference #";"Supplier";"Manufacturer";"EAN13";"UPC";"Ecotax";"Weight";"Quantity";"Short description";"Description";"Tags (x,y,z...)";"Meta-title";"Meta-keywords";"Meta-description";"URL rewritten";"Text when in stock";"Text when backorder allowed";"Available for order";"Product creation date";"Show price";"Image URLs (x,y,z...)";"Delete existing images (0 = No, 1 = Yes)";"Feature";"Available online only";"Condition" ;0;"Simon Art Letter Set Bicycle";"Letter Sets, Simon Art";01-02-49;;;;;;;;;;;;;;;53;2;"Pretty stationery by Simon Art Korea for writing letters. This set includes 6 sheets and 3 envelopes. Sheet size 17x25cm.";;"letter set, simon art";;"pretty stationery, writing letters, simon art letter set";"Pretty stationery by Simon Art Korea for writing letters. A letter set with 6 sheets and 3 envelopes.";"pretty-stationery-simon-art-bicycle";;;1;;1;"http://www.lettersets.com/images/lettersets/simonart/2012/large/bicycle.jpg";1;;;
  7. Thanks, works like a charm. To get it just right, I tweaked it as following: In the theme>css>modules>blocknewsletter.css div#newsletter_block_left div.block_content { padding : 1.5em 0 ; text-align : center } div#newsletter_block_left div.block_content p { padding : .1em 1.5em .6em 1.5em ; text-align : left } div#newsletter_block_left div.block_content input.button_mini { margin : -18px 0px 0px 120px } I also made the entry box a litle vit wider, but changing the following in modules>blocknewsletter>blocknewsletter.tpl : <input type="text" name="email" size="18" to: <input type="text" name="email" size="20"
  8. Hi, I'd like to do the same. Did you manage to fix this?
  9. You can also change the following (found this solution in another thread and it works for me): In Back Office go to Shipping - Country - The Country - Remove tax needed.
  10. I see a bunch of "Send Request (blank)" What does that mean? (see image 4 above) Also, it there a way to see more records in the developer tools? Right now it's only showing the first 150ish records, but I'd like to see them all and can't see to find a way how.
  11. Thanks, just changed it so only the first occurrence is changed and indeed it still works fine.
  12. Perfect! It worked. For future visitors' reference: The lines looked in my theme's order-opc-new-account.tpl files look slightly different, I replaced the following: Line 112: <input type="password" class="text" name="passwd" id="passwd" /> by <input type="password" class="text" name="passwd" id="login_passwd" /> and Line 17: <span><input type="password" id="passwd" name="passwd" /></span> by: <span><input type="password" id="login_passwd" name="passwd" /></span> Thanks phrasespot!
  13. Hi phrasespot, I was wondering if you'd be able to have a look at the screenshots above to see if you notice anything causing the load loading time. Thanks for your help!
  14. Did you manage to get this fixed? I get the same error message "Authentication Failed" when trying to log in from the shopping cart. It works fine if you log in using the my-account link. Using Prestashop 1.4.7 also (not after upgrade, this is my first version) Here the issue can be seen: Add an item to cart and on the quick-order page: http://www.lettersets.com/en/quick-order choose "Already registered? Click here". If you then log in using [email protected] and password testpassword You get the error message "There is 1 error(s): Authentication failed Any thought on how to fix this?
  15. Did you manage to get this fixed? I get the same error message "Authentication Failed" when trying to log in from the shopping cart. It works fine if you log in using the my-account link. Also, customer accounts are created for all guests.
×
×
  • Create New...