Kimze999 Posted March 10, 2013 Share Posted March 10, 2013 Hello, I have a shop 1.4.1.0 version of prestashop and another in the new 1.5.3.1. He liked my 1.4.1.0 update to the new version, how can I do it without losing all products? Got a theme 1.4.1.0 which is beautiful and liked to use in version 1.5.3.1 is possible? Here is the theme in version 1.4.1.0: http://lojamundial.net/ I added the same theme version 1.5.3.1 for tests and looked like this: http://lojamundial.net/novaloja/index.php it is possible to fix the issue so that it is functional in version 1.5.3.1? How can I do if possible? It is possible to add the VAT on all products aumomaticmante? I created several products in my store but did not add the VAT / tax .. And so it appears in the VAT invoice / fee is necessary that the product is with the VAT / tax .. I edited an article and put the 23% VAT (in Portugal), on the invoice and cart appeared, but those products that do not put the VAT does not appear .. ExSite some function that applies the same tax / VAT to all products? For example if a bill comes to increase the VAT rate /'ll have to edit the new products one by one? And lastly I wonder if it is possible to use the electronic bill of version 1.5 in version 1.4? Thanks and sorry for all these questions but what I lack in order to use the store to 100% Link to comment Share on other sites More sharing options...
Mr S Posted March 11, 2013 Share Posted March 11, 2013 Hello, I have a shop 1.4.1.0 version of prestashop and another in the new 1.5.3.1. He liked my 1.4.1.0 update to the new version, how can I do it without losing all products? Got a theme 1.4.1.0 which is beautiful and liked to use in version 1.5.3.1 is possible? Here is the theme in version 1.4.1.0: http://lojamundial.net/ I added the same theme version 1.5.3.1 for tests and looked like this: http://lojamundial.n...aloja/index.php it is possible to fix the issue so that it is functional in version 1.5.3.1? How can I do if possible? ... To upgrade your theme see the docs at: http://doc.prestashop.com/display/PS15/Changes+in+version+1.5+which+impact+theme+development ... It is possible to add the VAT on all products aumomaticmante? ... So your have some products in your back office and you just need to assign the same tax ID to them if so you could run a SQL to update them replace [TAX ID] with your tax id UPDATE `ps_product` SET `id_tax_rules_group` = '[TAX ID]' Link to comment Share on other sites More sharing options...
Kimze999 Posted March 11, 2013 Author Share Posted March 11, 2013 To upgrade your theme see the docs at: http://doc.prestasho...eme+development So your have some products in your back office and you just need to assign the same tax ID to them if so you could run a SQL to update them replace [TAX ID] with your tax id UPDATE `ps_product` SET `id_tax_rules_group` = '[TAX ID]' I use the phpmyadmin can tell me where click please? Thanks Link to comment Share on other sites More sharing options...
Kimze999 Posted March 12, 2013 Author Share Posted March 12, 2013 Someone please? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now