bside2234 Posted August 11, 2012 Share Posted August 11, 2012 In my store I sell kits. As of now I get the order and have to email each customer the instructions. I tried making the kits a downloadable product so a link to the instructions was sent from PS with each order. That worked fine except because it's a downloadable product there wasn't any shipping applied. I've read about using the additional shipping option but I ship worldwide and have a lot of different shipping charges depending on delivery location. Is there a way to make shipping charges I have set up apply to a downloadable product? Oh, I also sell products that wouldn't be a downloadable product so I can't mess shipping for those up. Link to comment Share on other sites More sharing options...
bellini13 Posted August 12, 2012 Share Posted August 12, 2012 If you search these forums, someone had posted a solution. I think they changed a function in the cart.php called isVirtualCart to always return false, which then activated the shipping Link to comment Share on other sites More sharing options...
bside2234 Posted August 12, 2012 Author Share Posted August 12, 2012 I did read about that and they were only talking about the "added shipping" field which led me to believe it would only work for that field. I did just get done trying that solution out and it does seem like it works for my set shipping charges also. Well, at least so far. I did a couple of test purchases and it seems to work without having to use the additional shipping field. Link to comment Share on other sites More sharing options...
austow Posted August 18, 2012 Share Posted August 18, 2012 I can do this for you if you want - shouldn't take long. easier to do than explain! Link to comment Share on other sites More sharing options...
bside2234 Posted September 22, 2012 Author Share Posted September 22, 2012 (edited) Ok. Have this working for 1.4 but any idea how to do it in 1.5? The Cart.php isn't the same. At least I can't find what I need change. This is how I did it for 1.4: http://www.prestasho...dable-products/ Edit: I found the section in 1.5 that is very similar to 1.4 I changed this: public function isVirtualCart($strict = false) to: public function isVirtualCart() {return false;} and commented out the rest. I didn't work. Edited September 22, 2012 by bside2234 (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted December 23, 2012 Share Posted December 23, 2012 You can use the following module http://www.prestashop.com/forums/topic/104840-batch-downloadable-product-pro-multiple-downloadable-files-per-product-and-attribute-specific/ It allows for a virtual product to also charge shipping cost (as well as many other options). 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