RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Integration
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

URL With Price Variations

 Post Reply Post Reply
Author
Message
WebTechGlobal View Drop Down
Newbie
Newbie


Joined: 28 January 2010
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebTechGlobal Quote  Post ReplyReply Direct Link To This Post Topic: URL With Price Variations
    Posted: 28 January 2010 at 5:59am
Hey all

I'm currently customising a highly popular Wordpressp plugin so that it will work with RomanCart. The plugin is eStore.

To be 100% effect I need to know how to use the url method of submitted a product with price variations. Can that be done and how?

The reason for this is I'm using the php header function to open a dynamically generated url based on product details. When the user submits a product it has nothing to do with RomanCart until later in the processing of that product submission. The cart updates in the side panel, looking great. It automatically opens a new window showing RomanCart basket also.

Simple, until clients want variations like my own!

Thanks for any help.
Ryan
Back to Top
WebTechGlobal View Drop Down
Newbie
Newbie


Joined: 28 January 2010
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebTechGlobal Quote  Post ReplyReply Direct Link To This Post Posted: 28 January 2010 at 6:21am

     <form action="http://www.webtechglobal.co.uk" method="post" target="_parent" name="MyForm">
       <input type="hidden" name="hiddenfield1" value="testsssssssssssssssssssssssssss">
     </form>
     
     <script language="javascript" type="text/javascript">
    document.MyForm.submit();
     </script>
     <noscript><input type="submit" value="verify submit"></noscript>
Back to Top
WebTechGlobal View Drop Down
Newbie
Newbie


Joined: 28 January 2010
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebTechGlobal Quote  Post ReplyReply Direct Link To This Post Posted: 28 January 2010 at 6:22am
Found my own solution. I think this will do the trick. Dynamically generate a form and submit it to RomanCart instead of using URL's.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.094 seconds.