I did this for a mock movie DB in school.
You can have each product their own unique ID, and upon clicking it, have it open in a generic page based on the ID, and find everything identifying with it matching that ID.
So if a customer clicks a product, such as shampoo, with an ID of 3076, then it will pull up anything with 3076 associated.
Just pass this information from the listing page to the “Designated” page, and it should upload just fine. 🙂
All products have to share the same column names, so it all has to be local to one database table. This is the only exception.
By having one “upload” page, you save so much memory. It just takes the passed ID… it will not mater if it’s 3076, or 9999. It’ll always work.
Related Posts:
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- How to properly insert data into custom table via plugin
- How does WordPress handle MySQL row lock errors?
- How to empty wordpress custom post Database table
- insert data in database table from plugin with WP3.1
- How to run Two WordPress blogs with different themes and with single database and same content
- $wpdb->get_results leaking memory
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- Is it a bad practice to go directly to the mysql database while developing a plugin?
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- Create custom column in post table in wordpress
- Custom database or Custom Post Types?
- Get the last post ID
- Add agenda items and notifications
- How to count number of records found in a database table?
- Taking WordPress table prefixes into account
- Changing BIGINT to INT
- WordPress register_activation_hook table creation not working
- How to add Edit | Delete button on rows?
- The plugin generated x characters of unexpected output, $wpdb not defined
- clean wp_options table unused rows
- greatest() function returns undefined property
- Get total number of comment of the posts written by an author
- How to write one comment and publish on every post using database or plugin?
- Make id column as AUTO INCREMENT on plugin activation
- Unable to create new database table upon plugin activation using dbDelta
- Saving Custom Post types and fields to a custom table
- When to use action hooks and plugins
- Plugin Options Not Saving to Database in WP 4.5
- Access WordPress database outside of WordPress
- How to create custom tables in WordPress using my own plugin?
- Help With MySQL to WPDB Query Conversion
- DROP TABLE with uninstall hook not working
- how to oauth1 Wp plug-in revoke/reset.?
- How can I perform high-level database merging for WordPress within continues delivery?
- How to remove traces from widget during uninstallation
- WordPress Backend HA (Automatic failover)
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- Multiple instance of data in plugin custom database table on plugin activation
- WordPress plugin creating database in localhost but not on real host
- Is it necessary to auto delete my WP plugin database tables when users deactivate/delete my plugin?
- How do i edit the plugin files in DataBase via phpMyAdmin?
- WordPress as a data-store?
- How to insert and call new data in wordpress website database through a plugin
- WPDB: Update table
- Issue running db create table query from static method
- Problem of encoding characters (apostrophes) in my posts publications
- Separate database for a wordpress plugin
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- How to keep variable `$post` to using in another file
- Making my plugin create a page?
- Add some fileds to the wp_posts table
- Always get creating a new table with foreign key
- How to do database for download stats?
- What is the WordPress approach to custom data?
- How retreive saved data from gravity forms in my template?
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress plugin boilerplate table create
- How to relate 3 wordpress components with each other (Create database relationships)
- Creating a search form and displaying results
- How can I store data from custom fields to custom tables?
- How to access the WordPress DB from a plugin file
- How to display results from a data table with an encrypted user id?
- How to add a custom form to a plugin’s setting page
- update_option creates an option, which empties on a blog reload
- add_action for publish_post doesn’t work
- Getting URL GET parameter with Code snippets and storing it in database?
- Bulk Edit Media Library alt, caption, image names
- Cant create table on plugin activation
- Optimise wordpress database using SQL after deleting registered images from Media Folder
- How to implement data residency in my WordPress site
- Moving a few select DB tables to a new WP instance
- How wordpress handle urls present in db for external wp-content directory
- Using Filters to modify contect – DB query results alwats appear fist
- Enable plugins that are “not supported”
- Many to many relationship for variable products
- Is it a good practice to use wordpress database to store pages contents which loading to page dynamically?
- using wordpress login details for other website / application / forum?
- Where do the section input fields values are stored in database
- My plugin can’t see my files
- User content database [closed]
- Write mysql credentials in plugin
- How to save information related to post in database?
- RSS Feed has no Items (Possible Plugins Conflict)
- A plugin is giving me “You do not have sufficient permissions to access this page.” error
- How to find an option in the database?
- wpdb get_var is not returning any result (verified mysql query returns only one value)
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- Create New Admin Menu Section – Like how custom post type works, in a way
- Creating fields in the database
- Allow users to enter and edit data in one-to-many configuration
- Updating WordPress [closed]
- Shortcode returning specific content of a post
- get_option returning a different value from what’s saved
- How can I delete the options from DB when the plugin is deleted?
- Fragmented Static Conversion of WordPress Pages
- Form with response button after on table after submission
- plugin doesn’t retrieve data from database
- Can’t save formdata in DB