Jump to content

pedrodonkey

Members
  • Posts

    10
  • Joined

  • Last visited

pedrodonkey's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. So i've come across an issue today. Using PS 1.6.1.11. I've added some Virtual Products (Gift Vouchers) to my store. Enabled 3 customisation fields (Recipient name, Recipient Email and Recipient Phone) for these products that are required fields. When viewing the product on the single product page all works as expected. A user cannot add the item to their cart unless they fill in the required customised fields etc. When viewing virtual products from the product list and clicking on the Quick View icon to open up the modal window, the add to cart button on the right has a title of Customise but shows a cart icon....and it allows the user to attempt to add a product to the cart. When doing so it gives an error that the required customised fields need to be completed and option to "go back". Clicking go back takes users to the modal window content within the entire browser window rather than the product list page with the modal open or the single product page itself. Anyone know a workaround for having virtual products with customised fields and viewing them within the quick view modal? I'm happy to be able to disable quick view links for virtual products only if that's an easy mod. Ideally there should be a fix for changing the URL of the Customise Button in the modal window for Virtual Products with Customised fields. Site is in maintenance and locked down so can't share a live URL but it's easy to replicate and i've attached some screenshots.
  2. I'll do a few more tests on my server once i set up PS on it, it might just be something caused by the restrictions in the PS demo. I did come across this module which seems to be almost identical with a few more features: http://www.prestashop.com/forums/viewthread/66257/P0/job_offers_and_paid_services/modulevat_validation_module_b2b_intracommunity_supply_sale Thanks for your help rocky.
  3. Thanks rocky, I just did a simple test. I subscribed and put myself in a group which has no VAT charged. When i add a product i see the price $ 166,66 which is without any VAT charges, it stays the same until i get to the payment options page. On this page it then tells me i need to pay a total of 191,66 (tax incl.) How is that possible if i've been placed in a group where there should be no tax charged? could it be because i haven't entered a valid VAT number? or is this a bug?
  4. What do i need to activate in the BO so that new users will have an option to enter their VAT number during registration as FranV stated in their first comment? Which version of PS is this currently available in? Thanks
  5. Needed the same functionality implemented into a store I'm working on and came across this thread: http://www.prestashop.com/forums/viewthread/46525/general_discussion/solved_if_code_depending_on_langage Here's an example: {if $cookie->id_lang == 1} {else} {/if} Change id_lang == 1 to the number of the language you want to use which can be found in the back end under Tools > Languages.
  6. Hey bartman, You pointed me in the right direction. Can't believe i didn't browse through the header.php file before! The path to the CSS file was set to the URL i posted above by default. IT must have happened when i installed PS using the temp URL 188.65.112.140/~neontech/ whilst the domain name was in the process of being transferred. Thanks for clearing up how CSS files are defined in PS.
  7. Hey, thanks for the suggestion. I'll give it a shot tomorrow and see if switching themes makes a difference. You're right about hard coding it into the header.tpl file not being pretty but I ended up doing that for the time being and it works as an easy fix. Would be nice to know how that css_uri works and where it can be found though.
  8. Hi, Does anyone know where i can modify this variable {$css_uri} for including the CSS files in the header.tpl file? It seems PS is loading my global.css file using the temporary URL like this: https://188.65.112.140/~neontech/themes/NeonTechnology/css/global.css Instead of /themes/NeonTechnology/css/global.css And it's causing issues with the security certificate. If i add the certificate exception it works fine but that has to be done manually and isn't convenient. Using PS 1.3.1.1 Thanks for any help.
  9. It was actually easier than i though, i just complicated things what with my client not having any idea what he wanted. I set up the appropriate amounts in the "Discounts" section of each product and it works perfectly, no combination's were needed at all and everything get's updated and adjusted accordingly in the cart when the + or - is used.
  10. Hi guys, Been around the forums for ages and have usually found solutions to any problems up until recently. I'll start from scratch and hopefully get my point across enough for someone to point me in the right direction. Feel free to ask for any clarifications as I’m quite confused as it is so maybe some things won't make much sense. Ok. A client is going to be using the store that I’ve set up for selling jewellery; gemstones, components etc and the way he currently sells them in his normal store is in packets of a certain quantity. i.e. 4mm Bi-cones at: $0.08 per piece Pack of 72pcs – $5.26 Pack of 144pcs - $9.77 Pack of 720pcs – $44.43 So in other words, the more you buy, the less you pay per piece. Obviously all products will have variable packs with quantities. I’ve gotten to the stage where i’ve set up Combinations using The Group = “Pack of” and the attribute = “72pcs” so on and so forth. This works fine when the price adjustment is added once a pack has been selected using the drop down and the calculation is correct in the cart, BUT! And this is where my main issue comes in, when you’re either: a) On the product page and select Pack of 72pcs and then enter 2 or more in the “quantity” field the Unit Price on the cart page does not adjust to the Unit Price for the 144pcs’ or more. OR Once on the cart page (having not selected a quantity from the product page) Click on the + to increase the quantity, again the Unit Price does not get updated. I’ve even tried to incorporate some discounts but those don’t seem to be working at all unless i’ve completely screwed things up one way or another during the process. I came across this site through a thread in the forum and it seems the Unit Price is being updated correctly so for a working example of what I require in Prestashop this would probably be a good showcase of it: http://michaelmason.ca/prestashop/product.php?id_product=11 A site which my client has shown me and pointed out that this is how he wants his site to function would be jewelrysupply.com. if you add a product to your cart and then update the quantity you’ll see that the unit price adjusts to the quantity of items you’re ordering according to their chart. The site is not live as I currently have it in maintenance mode so if someone wants to have a look at it I’ll need an IP address in order to give you access to it for some time. Even a module that could do something like this would be great, already available or i would even be willing to pay for something like this to be developed. Thanks to anyone who can point me in the right direction.
×
×
  • Create New...