sethshow
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Submission Methodthanks AW a11n. That’s the answer I needed!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Submission MethodTrying to understand WooCommerce basics for developing. The cart passes information but I am not sure if it uses POST method or other.
Forum: Developing with WordPress
In reply to: Submission method for Woocommerce pluginThanks Steven, I have now posted there.
Forum: Developing with WordPress
In reply to: How to configure large e-commerce storeThe latest is there is a couple of new pieces that make the job more defined.
1. There is a parts catalog that will be displayed using an iframe. That solves user’s searches within the iframe so that they can drill down for parts.
2. I am looking into WPAllImport plugin as a way to take our inventory data feed and auto import all the csv data into Woocommerce post data using a schedule. I think that is how this will work.
If this turns out to be a pretty seamless import function, that could help a lot of people with similar needs.
Forum: Developing with WordPress
In reply to: How to configure large e-commerce storethanks!
Forum: Developing with WordPress
In reply to: How to configure large e-commerce storeI follow up until the last paragraph. So, if I understand you correctly if I cannot query the original database, I can build a custom table in WP. Or I can use a plugin that handles post data?
Forum: Developing with WordPress
In reply to: How to configure large e-commerce store@bcworkz, thank you. I am really struggling to understand if I am going to have to go the custom route or not. I’m a novice developer fresh out of bootcamp. Correct me if need be, I think you are saying that I need to create a boat parts database on a separate server and a user would query that database. Of course, a plugin that has that ability to take arbitrary schema would be awesome. I am not sure what it will take to set up a server in man-hours either.
Forum: Developing with WordPress
In reply to: How to configure large e-commerce storeThanks @rossmitchell. I don’t even completely understand what the various e-commerce plugins can do. I will go recheck WooCommerce since it is best known. And thanks for the transactions tip.
Forum: Developing with WordPress
In reply to: How to configure large e-commerce storeThanks @a2hostingrj. I do plan on using WordPress to set up an online store. I would like to use WooCommerce to do it if I could. I had convinced myself that WooCommerce could handle all the complex associations between say an engine, its assemblies, parts per assembly, associated diagrams, and current inventory. I will have to relook at Woocommerce to see if it handles this kind of complexity.