• Resolved eurekabirds

    (@eurekabirds)


    Hi and thanks in advance for any help.

    I’m trying to sell individual mp3s for my band on my website. I’ve created product pages for each mp3 download and everything looks like it’s working fine. Here’s my question:

    How can I set up one “Individual mp3” page that only has each song name (each product) and an “add to cart” button for that specific song after each name. No big cart picture, no link to the product page…

    I’m talking about something that displays the products in a similar fashion to [eshop_list_subpages] but does not link away from that page in order to add the product to the cart. FYI, I’ve already made all the songs/products pages children to an “Individual Songs” page that will hopefully contain this magic table I just spoke of.

    Thanks!
    Justin

Viewing 8 replies - 1 through 8 (of 8 total)
  • Anonymous User

    (@anonymized-3085)

    all the shortcodes allow you to set links=’no’. Any use?

    Thread Starter eurekabirds

    (@eurekabirds)

    Thanks for the reply.

    My goal is to eliminate the need to go to the individual product’s page. I want a list of songs (products) with each of their corresponding “add to cart” buttons next to them on one page; multiple products with multiple “add to cart” buttons on one page.

    When I insert [eshop_list_subpages links='no'] the top product name and the “add to cart” button are no longer clickable, but the user still needs to click on the product name below the “add to cart” image to redirect to the individual product’s page. I’m hoping to bypass the individual product’s page altogether and make the ‘add to cart’ option available for many products on one parent page.

    Thanks again,
    Justin

    Anonymous User

    (@anonymized-3085)

    check the help page again and add forms to the shortcode

    Thread Starter eurekabirds

    (@eurekabirds)

    Thanks again elfin,

    I tried the forms attribute and it’s getting closer to what I was hoping for. I still want to simplify the page further though. I’m going for something that looks like the below link with the content in the red circles removed:

    View post on imgur.com

    So I just have the song name and the appropriate ‘add to cart’ button (which I hope to change to a ‘buy now’ button) next to it.

    Think you (or anyone else) could point me in the right direction?
    Thanks,
    Justin

    Anonymous User

    (@anonymized-3085)

    then look at using the panels, and hiding the image and the select via CSS. It is possible.

    Thread Starter eurekabirds

    (@eurekabirds)

    Any idea which CSS file to look in for said items?

    Anonymous User

    (@anonymized-3085)

    I don’t really help with CSS for eShop for free any more – but it should be fairly easy to figure out. remember you can also change the class that is applied to the output of a shortcode.

    .mycssclass img{display:none;}

    Thread Starter eurekabirds

    (@eurekabirds)

    Thanks elfin. All the required elements were in the eshop.css file.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Eshop] Add to Cart from Parent Page?’ is closed to new replies.