You could install the Post Type Switcher plugin
Or Run SQL query on your database to change the post to product post type
UPDATE `wp_posts` SET `post_type` = 'product' WHERE `post_type` = 'post';
Backup your DB 1st.
UPDATE `wp_posts` SET `post_type` = 'wpsc-product' WHERE `post_type` = 'post';
Related Posts:
- How do I get WooCommerce to automatically recreate pages? [closed]
- Enabling free shipping on Woo Commerce by specific items [closed]
- Creating 20,000 Posts or Pages using a .csv file?
- WooCommerce – How to Add a Custom Field to Cart Items and Cart Totals [closed]
- How to properly insert data into custom table via plugin
- Recommended eCommerce Plugin for a T-Shirt Sales Business? [closed]
- How does WordPress handle MySQL row lock errors?
- Searching users with WP_List_Table plugin
- Automattic’s eCommerce Plugin
- Search and replace text across all posts
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- Bad Request (Invalid Hostname) on working server, database problem
- How can I list only sites that use a particular theme or plugin?
- Help!! I Screwed up my WP
- $wpdb->get_results() does not fetch results with unicode ‘WHERE’ clause
- Changing BIGINT to INT
- Replace existing pages with new pages, keep menu links
- WooCommerce – Adding Custom Order Without No Product [closed]
- Can I run multiple queries with $wpdb->prepare?
- WordPress shopping cart that supports 2 tier product variation options
- How to remove duplicate Custom Fields?
- wordpress in nginx docker container connected to php:8-fpm container and mariadb container isn’t creating any tables on plugin activation
- Is it possible to set up multistore in Woocommerce? [closed]
- greatest() function returns undefined property
- How To Hide Filters On Specific Categories with WooCommerce Products Filter(WOOF)
- How to write one comment and publish on every post using database or plugin?
- How to get number of Affected rows from wordpress dbDelta() function
- How to determine what is generating large amount of database queries?
- Get post by ASC from custome field DATE picker
- Does a wordpress plugin (not a membership one) exist for selling access to some webpages? [closed]
- MySql database help for a plugin
- How to remove Database Table in WordPress via Function file?
- mysqli_error() expects parameter 1 to be mysqli, null given in own db class
- Bulk edit existing shortcode within custom field
- Only Homepage not loading properly
- Integrating non-WooCommerce and WooCommerce Orders together [closed]
- Display data on Word Press site posts and pages from mysql table
- Add a captcha form to the woocommerce register form
- How to simultaneously access the same MySQL database in the main column and sidebar of WordPress?
- Help With MySQL to WPDB Query Conversion
- Creating mySQL procedure with $wpdb
- WpDataTables – View Image Directory
- How to send an automated email to the customers when product is added woocommerce
- get current date + 90 days and checking every day
- join 2 table orders wordpress plugin
- How do I run SQL queries on a WordPress web page? [closed]
- How can I perform high-level database merging for WordPress within continues delivery?
- 306 MB of wp_options occupied by WordPress SEO Plugin, is that normal? [closed]
- WordPress plugin creation how to execute .sql in order to insert multiple rows at activation of plugin
- Plugin: register_deactivation_hook works perfectly well, while register_activation_hook suddenly stopped working
- Enabling WP_USE_EXT_MYSQL to support old plugin
- how to access all user dashboard on fronted page [closed]
- Insert data from .sql file in wordpress plugin
- WordPress + JavaScipt + AJAX + MySQL: insert query for form
- Product queue for my subscription box
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- WordPress Backend HA (Automatic failover)
- Automatic switch to backup database on fail
- SQL to order by CPT results by user->display_name w/only user->ID known
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- Enabling plugin failed because MySQL user do not have CREATE permissions
- WordPress page and plugin list using sql query
- Multiple instance of data in plugin custom database table on plugin activation
- Linking Plugin Files to WP
- MySql Query for WordPress
- E-commerce-like solution [closed]
- TheCartPress plugin – Make every item in store unique
- WP e-commerce sales-view
- Using wp config to connect to a DB from a plugin
- making users able to add their own products wp e-commerce [closed]
- Selling Downloadable Products [closed]
- Can Shopp Commercial Plugin be hacked to display radio buttons instead of Dropdowns? [closed]
- Turning Existing Eccommerce Site into Multi-SIte
- how to search through plugin in wordpress cimy-user-extra-fields?
- Get all the related data from WordPress DB
- How to display blog posts only authored by the administrator
- Trying to insert a row from a Plugin
- Sell “create a post”, paid account for post creation
- WooCommerce product prices not showing up correctly [closed]
- 504/502 errors plauging our site
- Self-hosted Plugins & Themes store with auto-updates? [closed]
- how to show the data from a myqsl database in a post [closed]
- Post sorting and ordering function in WordPress Admin is broken and always shows post from oldest to newest
- How can I delete the options from DB when the plugin is deleted?
- PHP Creating a formula from mysql db values and db stored math operator
- Display out of stock products in WooCommerce [closed]
- Share or sync user table data with another user table
- Split Million WordPress Post’s Into Multiple Database Server
- Getting 504 Gateway Timeout Error on AWS Server! [closed]
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there
- A multi-section WordPress store [closed]
- Remove posts that start with similar words (like a delete duplicate posts plugin)
- WordPress Shipment
- WP_Query does not return the result even if the data is present in the database
- Updating wp_postmeta from meta_keys and meta_values from another table having price and sku only
- Import posts from a different database with the same old id
- WP Plugin: How to avoid db access for each comment?
- Saving Tutor LMS plugin courses as WordPress Blog Posts in Database [closed]
- YITH Wishlist plugin displays the same product id for every product [closed]
- Lets simple destroys website