Announcement

Collapse
No announcement yet.

Dynamic changing of prices !? IMPORTANT !

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

    Dynamic changing of prices !? IMPORTANT !

    One very important question. If this is possible to achieve, it maybe already is, it would take the Actinic solutions 100 tears forward, At least.

    Just look at this page first that all of you have in your computer Actinic help section:
    C:\Program\Actinic Ecommerce v6\Sites\Site1\PreviewHTML\P_index.html
    or the picture just under title “Actinic Ecommerce Software” located at http://www.actinic.com

    Question:
    Is it possible to do so that the prices actually changes live – depending what the customer is choosing for component. Just like in this shopping site:
    http://www.dataparadiset.com (chose “bygg dator” in the upper meny)

    Maybe this is before its time for Actinic

    Best regards,
    Tir

    #2
    I've been playing around a lot lately, integrating actinic with php and i've found you can make actinic pretty flexible... (for instance i've recently added tell-a-freind and customer comments functionality to a shop i'm working on).

    Because the price is a variable, it would be really easy to pass the price to a php function (in pounds) and then change it into another currency (e.g. euros).

    Infact, it wouldnt be at all tricky to make it set a cookie to remember the currency choice and change it throughout the site.

    Obviously at somepoint the user would have to select their chosen currency, but that could be done with a couple of links at the top of the page...

    So in answer to your question... yes it would be possible, but it may require you to know a bit of php.

    Well thats my solution anyway... there may be a way to do it within Actinic, but i'll be buggered if i know what it is

    Comment


      #3
      How about this one...

      So basically you are saying that ”build you own computer” function is possible to achieve? With live price changing depending on which component the customer is choosing? Just to avoid any misunderstandings – look at this example of what EXACTLY I want to achieve:

      http://www.webvaruhuset.com/ (click on “Läs mer och konfigurera här” in the body frame

      If someone could help me to integrate this in the Actinic – I would pay. If it is a woman – I would ask for a date

      Pay attention to the price at the bottom of the page. It is updating itself as soon you make a different choice.
      Please give me some information…

      Best regards,

      Comment


        #4
        Just for the record, I have never been able to work out how to do this. It may be that this is not possible at the moment.

        I guess the date's off then

        Comment


          #5
          It may be that this is not possible at the moment.
          Well that got me going I think I've managed it. You have to include the component prices (in brackets) as part of the description of that option. See the demo site PC product. From then on it's completely automatic.

          See the attached screenshot.

          I may keep this as a paid-for patch but as you prompted me to knock it up you're welcome to a free copy. Let me know your e-mail address and I'll send you the details.

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

          Comment


            #6
            Fantastic work!

            You made may day!
            “Suddenly, again, I found the meaning of life”…
            Fantastic work!
            If it works, it is really a turn key in e-biz software development. I can’t find words to describe the feeling…
            Just send it over
            I want to see that with my own eyes.

            Somehow I feel that this is only a beginning. I have a plenty ideas of this calibre

            Thank you very much!
            Best regards,
            T.J.

            Comment


              #7
              T.J.,


              You'll have to enable your e-mail address in your profile or post it here as I've nowhere to send it to at the moment.

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

              Comment


                #8
                Very true...

                Hi again!

                Very true. Sorry.
                Here we go:
                bojans.forum@telia.com

                I'm waiting

                T.J.

                Comment


                  #9
                  Hey NormanR, I have another trick for you.

                  My client wants to be able to take donations from it's site visitors.
                  How could we include the ability to allow the client to decide the dollar amount in a text box, and then submit the donation as a product within the catalog?.
                  Now this would be a truely serious advantage for all the non-profits out there using Actinic Business!!!!
                  I can't wait to see if you can do sokmething with this!!
                  John King
                  Best Regards,
                  John King
                  Web Master - BizPlus2000.com
                  Web Hosting and Design for Today's Internet!
                  Visit <a href="http://bizplus2000.com">BizPlus2000.com</a>

                  Comment


                    #10
                    Have a $1 product with "Quantity on Product Page" and let the donor choose how many they want to buy. They can thus donate between $1 and $32767.

                    If you want to get fancy then comment out the quantity code in the product template and replace it with something like

                    Number of dollars to donate <input type=text size=6 name="Q_NETQUOTEVAR:PRODUCTREFERENCE value="1">.

                    Or use a SELECT statement with a range of preset OPTION values instead.

                    Also, I believe there's something in the Advanced Guide regarding donations.


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

                    Comment


                      #11
                      Thanks Norman,
                      I'll play around with it.
                      Best Regards,
                      John King
                      Web Master - BizPlus2000.com
                      Web Hosting and Design for Today's Internet!
                      Visit <a href="http://bizplus2000.com">BizPlus2000.com</a>

                      Comment


                        #12
                        Norman

                        could i talk to you somemore about the price being variable.

                        I have nearly all my product options set by drop down menus, such as width, length, colour. at present i use the extended info panel to popup a box with the price table in and i am wondering if this would work for me. Every variation has a different price and they all have there unique part numbers, the actual items are hidden on the website.

                        If you have a look at my site and add something to the basket you'll see what i mean.

                        Thanks
                        Darren

                        Comment


                          #13
                          Darren,

                          I looked at http://www.casupply.co.uk/acatalog/roofkits.html and this is more complex than I think my mod can handle.

                          Your final price isn't known until BOTH a width and length are selected.

                          What my mod does is allows you to have a price associated with each option and sums these. Like the computer example on the Actinic demo site. You have to include the price of each item within ( and ) on the drop down list's choice. Your example doesn't work that way as it's the 2 slections that has to be made simultaneously, not 2 separate selections.

                          I'll have a think about your problem and see if it can be automated.

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

                          Comment


                            #14
                            Thanks Norman

                            I did wonder if this might be a bit different. I also run purpose written discount structures that allows certain products to have discount and other not to, but this is calculated within the shopping basket.

                            its a nice piece of script, mind you it cost me more than developer did.

                            Cheers
                            Darren

                            Comment


                              #15
                              Darren,

                              I managed to fudge up something that hijacked the Push Button Matrix way of having a set of Add to Cart buttons to display a table of prices for each combination of size and width.

                              This way you could display something just like your popup price matrix on the product page. It was only a quick-and-dirty test but it seems like it could be done. More later.

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

                              Comment

                              Working...
                              X