Announcement

Collapse
No announcement yet.

Dynamic Pricing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dynamic Pricing

    Is it possible to dynamically change the product price with a php script for example?

    I see you can add a product directly with a form post but there is no variable for the price, does anyone know where the price is being picked up from or how it can be substituted?

    Thanks in advance.

    Steve
    <a href="http://www.stephenknott.me.uk">Stephen Knott - Freelance New Media Designer</a>

    #2
    BUMP
    <a href="http://www.stephenknott.me.uk">Stephen Knott - Freelance New Media Designer</a>

    Comment


      #3
      The price is held on the server in the .cat files (there's one such file for each sections products). There's no easy way to set a price dynamically without some Perl patching.

      However you could have a product that costs say £1 and arrange for the quantity to be set to represent the number of £'s to pay.

      If you really want to be able to calculate a price I have a set of patches that allows a price to be calculated at the client end (or via PHP) and passed back to the cart pages to override the original product price. These are not free so you'd have to contact me for more information.

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks for the info Norman, thats kinda the answer I was expecting

        I think I'll give it up for a bad job

        Cheers

        Steve
        <a href="http://www.stephenknott.me.uk">Stephen Knott - Freelance New Media Designer</a>

        Comment

        Working...
        X