Jump to content

manuel1972

Members
  • Posts

    61
  • Joined

  • Last visited

Profile Information

  • Location
    The Netherlands

manuel1972's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Hi, We would like to start using our new Prestashop 1.7.2 based theme, but while testing we met some problems: In the standard product page, whenever a product is out of stock, the Out of Stock message appears and the Add to Cart button is disabled. This is all correct. BUT: When opening the Quickview popup link of that product, then this message is not appearing and the Add to Cart button is still active. However when checking the cart the product is not added. Anyone met a similar problem or better, has some fixes? Cheers, Manuel
  2. Hey DC, It works. Thanks! I guess this will do the job until the release of the new version. Manuel
  3. Hi, I have a problem with VAT in our site. Apparently all foreign sales are calculated without TAX instead of with TAX. For local sales all goes well and all orders are calculated with TAX. In our site all prices are displayed without TAX as we perferred to do this, as most customers are Business customers. I will give an example: - A Dutch customer orders an article in the shop that costs €50 VAT excl., when coming to the payment section he needs to pay €59,50. That allright! - A Belgian customer orders the same article but when coming to the payment section he needs to pay €50; which is not correct! Any idea how this can be rectified? regards, Manuel Any idea what might be the problem.
  4. Hi, I recently started to use my shop online and for this I cleaned some old tables in the database, like orders, cart in order to have my stats showing correct figures for real sales. Now everything works fine, only in the stat section of the backend the first block showing SALES: TOTAL ORDERS, TOTAL PRODUCTS SOLD, SALES TURNOVER, LARGEST ORDER AND SMALLEST ORDER keeps displaying '0'. The block below 'CART' and 'RECORDS' are showing correctly. This worked fine before, so I believe I must have deleted something that I shouldn't have done. Can anyone indicate what that might be, and how I can solve it without losing too much data? THX Manuel
  5. in default: billing and shipping address are the same yes. As billing address is the address where the VAT number is added, and checked (I guess). So it has something to do with it hasn't it? In what step your module comes into play? I tried to check teh front-end demo but it doesn't accept new registration.
  6. OK, step 2 keeps functioning, that is login. But step 3 address; that is the place where your module starts right? In the first printscreen in first post, I only notice one column. The customer doesn't need to enter 2 times his data?
  7. I guess the module works with B2B and B2C. In case of B2B: - Foreign VAT number, order invoiced without VAT. - Local VAT number, order invoiced with VAT. In case of B2C: - Always invoiced with VAT. This is correct right?
  8. I've sent 2 messages through your contact form (website). After checking your demo I wonder if it works with delivery and invoice address, similar to the original PS module. In your demo I only noticed 1 address option.
  9. First thing is that you should check in the Back Office under Tools/Translations/Front-Office/Product section, if the translation for 'tax excl.' is filled in, if not fill in a translation and save. Also check if it says 'tax excl' or something else i.e. Tax exc. ,etc... . This text should be entered in the syntax. In my case it is as below. You should add {l s='tax excl.'} or other (see above) in the product.tpl in the accessories zone. It should look like this: {displayWtPrice p=$accessory.price} {l s='tax excl.'} {l s='View'} {l s='Add to cart'}
  10. I found the problem! Apparently the {l s} syntax for VAT is not the same in product and product-list. So if you add the syntax you should take the one from product.tpl, which is {l s=tax excl.} and not the one from product-list.tpl ( {i s=Tax exc.}. If you switch both it will not work.
  11. I checked the file but translation is there. I put a screeshot in the attachment. Strange is that it works in the regular product-list.tpl I guess it works with the same {l s= }.
  12. Hi Rocky, Thanks for helping me out! However, I replaced the code but it didn't do the job.. Even with the code I put above the problem is that it displays in the accessories page:' Tax exc.' and doesn't take the translation as put in the nl.php file. In fact with the main product, {l s='Tax exc.'}, is displayed as: 'BTW excl.'; which is the correct translation as put in the php.nl file.
  13. Hi, My shop works on a 'tax excl. basis. Almost everywhere this is mentioned,i.e. prices are without VAT, TAX excl., etc... . Only now when adding an accessory product to a product, only the price of that accessory is mentioned without anything added. I tried to add in product.tpl: {l s='Tax exc.'} but it didn't work. This is the piece of code of product.tpl: {displayWtPrice p=$accessory.price} {l s='Tax exc.'} {l s='View'} {l s='Add to cart'} Maybe some of you had the same problem?
  14. OK Rocky, I will do that in the future. Problem is solved , deleted all combinations, then got the generator made the combinations, then modify the generated combinates and finally selected the default one. Thanks!
  15. Dutchcode, I've sent several e-mails and pm in order to get some info about the module you are offering; but after 2 weeks still no reply???
×
×
  • Create New...