antn
Forum Replies Created
-
Okay, I figured it out. Yayyy!
Apparently, the shortcode: [woocommerce_order_tracking] is not a PAGE creating shortcode, but it is a FORM creating shortcode. It creates a form that receives your order number and email and then gives you the status of your order.
You FIRST have to create a general page called “Order Tracking”, or “Track Your Order”, or really anything you want to call it regarding order tracking. Then, you simply paste the shortcode into the editor. That’s it. Then when you click on the Order Tracking page link it takes you to the page with the form.
Hope this helps somebody else.
Forum: Plugins
In reply to: [WooCommerce] How can I do this with Woocommerce?Hi Manush (and other woocommerce/wordpress experts:
Researching how to achieving my stated objective of creating a sales page in woocommerce SHOP page, I came across this pluging called IMPACT that is supposed to help you design your WordPress pages.
https://wordpress.org/plugins/impact-template-editor/
Can I use this to design the woocommerce SHOP page to look like the sales page?
Then is there a SHORT CODE or WIDGET I can insert to generate the add-to-cart buttons (with quantity selector)?
Again, please excuse my ignorance, I am totally befuddled by wordpress and I am just trying to find the simplest way to create this one page sales page with add-to-cart buttons for woocommerce.
Forum: Plugins
In reply to: [WooCommerce] How can I do this with Woocommerce?Hi ManusH,
Thanks again for responding! Yes, let me clarify what I am trying to do.
By the way, what I am trying to do is something that I think MANY OTHER people would like to be able to accomplish using Woocommerce but may not know how to do.
Ok, in a nutshell all I want to do is setup a simple ONE page sales page for a SINGLE product and have 2 add-to-cart buttons on that single page.
I don’t need any detail pages for the product.
Not everybody has a big shop with multiple products to sell. In fact, most people probably only have a single item they would like to sell, but unfortunately, most shopping carts are configured only for multiple products.
So, I just need to make a single page with a site logo, then a product headline, then the product image, then the advertising sales copy, then a add-to-cart (with quantity indicator), then another sales copy for the package offer, then a second add-to-cart for the package offer of the same product.
So, lets say the package is for 5 of the products for a reduced price with free shipping and other bonuses. If they customer wants that package, they select the 2nd add-to-cart and indicate how many packages they want.
However, if they want only 1, or 2, or 3, or 4, etc of the product and not the package, they use the first add-to-cart and indicate how many they want. There is no free shipping with this selection.
I don’t need a details page for either button. Everything is described on that single page (the sales copy for the product and additional blurb about the package above the second button, all on the same page).
This is just like a traditional ONE product SINGLE sales page in olden newspapers with an order coupon or toll free number. Now, on online sites, instead of a mail in coupon or a toll free number, you now use “buy now” or “add to cart”. An example is: http://access.revolutiongolf.com/martin-chuck/
You see the “buy now” button? Instead of that, I want to have an add-to-cart button with quantities selector because I am selling a physical product that can be purchased in multiple quantities. Plus, I also want to include a second button for the PACKAGE OFFER of pre-defined multiple quantities of the same product packaged with bonuses ALL ON THE SAME PAGE.
This can be done easily using paypal’s own shopping cart and button creator, but I am looking for the additional functionality of woocommerce to do stuff like print mailing labels with postage, keep customer records, allow customers to check order status, etc.
I would like to do this all on the SHOP page of woocommerce if possible without having to involve using additional themes or do PHP or CSS wordpress/woocommerce script tinkering.
Is this a little clearer?
Forum: Plugins
In reply to: [WooCommerce] How can I do this with Woocommerce?Hi Manush,
Thanks for your suggestion! I actually thought about that, but I am pushing the package product and wanted to make it a separate, easy-to-see, easy-to-understand choice.
Requiring the customer to fiddle with a variable selection configuration complicates it a little more in terms of understanding what is being offered, plus also I can’t even imagine how to incorporate the free shipping only with the package in a variable.
Keeping them separate seems fairly simply, easy to understand (for the customer) uncomplicated way to go and can be easily done in HTML, I just don’t know how to do it in woocommece/wordpress.
What about adding a Logo,Headline, Image, Sales Copy to the Woocomerce SHOP page, and lining up the add-to-cart buttons vertically, each button with quantity indicator (without needing to go to product details page)? Do you (or anybody) know how to do that?