Jump to content

ayz1

Member
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by ayz1

  1. Most goods exported to the States can be zero-rated for UK VAT purposes (that is, VAT does not need to be added), as long as documentary evidence of the export is kept. Any extra charges made for freight, shipping, postage or delivery are also zero-rated.

    As a general rule we only need to charge VAT to EU countries unless the purchaser can supply a valid VAT number. In which case you can get a mod from Noodleman to handle this. Interestingly the other day I found out that every Spanish company has to be registered and they are not allowed to trade with non VAT registered companies. It is also difficult to validate a Spanish VAT number on the VIES website.

  2. Thanks Al.

    I had never written any php before, Seen loads of it on here but felt a bit bad because I didn't understand any of it. So I bought a book! The first two were relatively easy but the syndicate one made me think. I aways remember someone asking once how to order days of the week. To which the reply was give them a number and order the numbers e.g. 1 - Monday, 2 - Tuesday so it's was basically sitting thinking how to structure the code to get it to do what I wanted.

    Probably really easy when you know what you're doing but it was a challenge for me. Still don't understand server side MySQL stuff so maybe time to buy another book.

  3. In an atempt to learn php I have been playing around with a little project to try and get me started.

    My first atempt is a lottery number lucky dip generator which you can see at http://the1.webuda.com/lotto/lotto.php

    I then decided to try and make the same generator for the euro millions lottery which you can see at http://the1.webuda.com/lotto/euro.php

    To maximise the chances of winning it is obviously important to make sure that you have all the numbers that pop out of the machine on the night so to do that Ive got a generator which would be ideal for a syndicate which you can see at http://the1.webuda.com/lotto/syndicate.php

    This will give you all the numbers but getting them all on the same line, well that really is down to luck!!

    Just a bit of fun feel free to use it if you wish. Any comments to improve it welcome.

     

  4. Thanks mojee, yes I realise that but my problem is how do I find what went out of stock since I last checked.

    Currently I am using a spreadsheet to identiy what has gone out of stock in last 24 hours by comparing a snapshot of the stock levels at the different times.

    We have 7500 products listed and unfortunatelly a lot of them are out of stock so the Stock Warning list isn't much use to us. I need to be able to identify what went out of stock since we last checked, say last 24 hours. An email when a product goes out of stock would be really helpful to identfy these in real time and maybe a list of items that have gone out of stock listed in date/time order.

     

  5. I know we have a stock warning feature in admin but would be helpful if we could identify when a product went out of stock.

    Ideally if we could get an email to admin when a product goes out of stock. Is this possible?

  6. Many thanks for the info bsmither. Will play about with it and see how I get on. I have it almost there but can't get the image to move from the top of the container to the middle. Think I will need to set a new class and try it with that as getting some odd results when I change the existing one as it is used in other sections of the page.

  7. Thanks for that seems like a handy utility to have. What I am hoping to achieve is to make the image frames all the same size with a white background and center the images vertically and horizontally within the frame. The images sizes are OK as they are as there does seem to be some sort of automatic resizing going on when the thumbnails are created.

  8. 7 hours ago, bsmither said:

    "but the page doesn't reload."

    Are you sure??? Maybe a new page came in but it looks identical to the page that was already there.

    Sorry yes you are correct. The page is going through the reload process but it is laoding the page that was already there.

×
×
  • Create New...