Jump to content

Product + retreive though PHP


Recommended Posts

I need to make a product, that has Feilds 3 of them, Name, Location, URL, when a person buys this it is stored in the database, then retreived though php (Output php, though XML) into a file, whats the easiest way or what table (Or how should i get this data)?

Link to comment
Share on other sites

13 hours ago, mradziwilko said:

I need to make a product, that has Feilds 3 of them, Name, Location, URL, when a person buys this it is stored in the database, then retrieved though php (Output php, though XML) into a file, what's the easiest way or what table (Or how should i get this data)?

the built-in way would be to use Product Custom Fields...

Quote

Products you create can also have custom fields added to them which are then shown to the user during the order process. This allows you to collect further information specific to an individual product. These are set when configuring a product in Setup > Products/Services > Products/Services > Edit > Custom Fields tab.

... and the details will be stored in tblcustomfields and tblcustomfieldsvalues.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated