• Hi,

    I am new to woocommerce and wordpress and need help setting up a simple one-product sales page with 2 add-to-cart buttons.

    Here is what I am trying to accomplish:

    The page is a simple page with the website logo on top.

    Below the logo is the product headline.

    Below the headline is the product image.

    Below the image is the product sales copy.

    Below the sales copy I will like to place a FIRST add-to-cart button with quantity indicator.

    Below the first add-to-cart button, I will like to place additional sales copy.

    Below that I will like a SECOND add-to-cart button also with quantity indicator (this is for a special offer multiple product package version of the same product.)

    I need this second button because the multiple-product package is discounted and includes free shipping and so will be created as a second product, even though it is the same product)

    Nothing complicated.

    I guess, the question I am asking is how can I configure woocommerce/wordpress to allow me to setup a simple SALES PAGE like this with TWO add-to-cart button?

    Please HELP! Although this is a simple task that can be very easily handled in HTML, I am extremely impressed by Woocommerce, but thoroughly baffled by wordpress, especially layouts, and the confusing (to me) intermingling of themes, plugins, etc.

    I have resisted wordpress but must now capitulate to it and learn it since so many great scripts (like Woocommerce) now ride on it.

    Can someone PLEASE show me the simplest way to do what I described above? It doesn’t have to be fancy. I already have most recent versions of wordpress and woocommerce installed, I have created a first product, and the second product (consisting of a package deal)and made the sales page the home page, but the two products are simply bunched together side-to-side, instead of top-to-bottom, each with an add-to-cart button but no quantity indicator.

    Only when you go to details page do you see the quantity indicator.

    I cant figure out how to make woocommerce add the Website LOGO, Product headline, Product image, sales copies, and make the add-to-cart layout top-to-bottom (instead of side-to-side), and show quantity indicator without user going to detail pages of each product, all on the woocommerce sales page.

    thanks in advance for your help 🙂

    Antn

    https://wordpress.org/plugins/woocommerce/

Viewing 6 replies - 1 through 6 (of 6 total)
  • :Just a reminder:
    Why wouldn’t you try to make a variable Product,
    one variation for the simple product,
    one variation for the discounted multi-package…

    Look at that sample in the demo:
    http://demo.woothemes.com/wootique/shop/ship-your-idea-2/

    That uses the “color” variation:
    1st is Black for $35
    2nd is Blue for $30

    You can make your own product, with a quantity variation,
    1st: Only 1 product for $50
    2nd: 10-pack for $400

    Btw, there are some other extensions for controlling the discounts for increased wuantities, etc; but this seemed to be the simplest way, also built-in, core variable product functionality!

    Thread Starter antn

    (@antn)

    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?

    (without needing to go to product details page)

    Do you want to disable the Single Product Page, and just use only the Category page with all the products displayed?

    As:
    Tshirts:
    http://demo.woothemes.com/wootique/product-category/clothing/t-shirts/

    Albums:
    http://demo.woothemes.com/wootique/product-category/music/albums/

    But disable to the need to go to seperate single-product-detail pages?

    It can be made, if you know how to modify the functions, with a little bit php programming experience, writing code snippets. But it won’t be that easy if you dont know how to do!

    Btw, WordPress is nothing to do with HTML. The functionality depends on php functions and database, and the display is all about CSS styling. You can change/modify the look of a site with just changing/modifying the CSS stlyesheets…

    That “adding a Logo, Headline, Image,…” section is a little bit confusing;
    so will you be more specific in order us to understand what you want to do?
    Because as far as I know, “adding a site logo” is the first ever, simplest thing that can be done using WordPress! Headlines are the Page/Post titles, images are added using the Media options, etc…

    Thread Starter antn

    (@antn)

    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?

    Thread Starter antn

    (@antn)

    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.

    Btw, you seemed a little bit confused; because;
    although most of the shopping carts, e-commerce plugins are meant to be used for multiple categories/products,
    they can easily manage one product only.

    All you need is to configure it to be focused on that one product, like thosea One-page themes etc.

    Just look at an official Woo theme/demo:
    http://demo2.woothemes.com/?name=theonepager

    Or some other One-product focused Woocommerce themes,
    you can modify them as your needs.

    Don’t be confused with all those heavy content in one-big-page-load; Disable all those functions you don’t need, and you will have just the one focused product you have…

    If you disable the links for single-product page and not activate the page to be visible, then you won’t have that details page anymore!

    And for the shortcode usage, as for the newest update, it was removed from the core, it is now a new plugin, you can configure it yourself:
    WooCommerce Shortcodes
    https://wordpress.org/plugins/woocommerce-shortcodes/

    If you don’t have any scripting experience/knowledge, than the only way left is to configure/modify the previously created themes for your own needs. Otherwise you need to add functions, css styles, etc…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I do this with Woocommerce?’ is closed to new replies.