• Resolved alqin

    (@alqin)


    Hello,
    So I installed eShop.
    1. Created a page “Shop”.
    2. Created some products.
    3. Added “Shop” as parent for products
    4. Added “Shop” to menu.

    Now when I click Shop I want to see all those products with:
    1. price, image(i set futured image), title
    2. add to chart button(this only to update the chart, on the siderbar)
    4. Only 4 products on that page with pagination on the bottom

    I want to mach this format: http://mlitexas.com/v2/products.png

    I played with the shortcodes but I did not manage to obtain the requirements above.

    I build the site, I’m just new to eShop.

    Is this correct? When I want different categories for different products, I create a page that will be the parent of some products and then that page on the menu under “Shop”, this way I’ll have different categories for products.

    Thanks

    http://wordpress.org/extend/plugins/eshop/

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter alqin

    (@alqin)

    Awesome. I knew about that page but I just made a newbie mistake to copy and paste the attributes from table and there were some added characters that made me go insane, didn’t know what i miss. Now I know. Just hand type is not that long.
    Thanks a lot.

    Thread Starter alqin

    (@alqin)

    How do you create pagination in eShop?

    Pagination is already built into the shortcodes and can be controlled by the records attribute in the product listing shortcodes.

    Thread Starter alqin

    (@alqin)

    Thanks, I just discovered that after asking. At least, someone will read it and find it helpful.

    Thread Starter alqin

    (@alqin)

    Whit function bellow I add a specified image size:
    add_image_size( ‘product-thumb’, 206, 206, true )
    How can I get my specified image size instead of futured image thumbnail?

    You can’t. eShop uses the core WordPress featured image functionality.

    Thread Starter alqin

    (@alqin)

    So the trick is to play with the thumbnail percentage until you get to desired dimensions.

    No. You need to amend the dimensions of the thumbnails in Settings -> Media to suit your needs. Then install & run http://wordpress.org/extend/plugins/regenerate-thumbnails/ to resize any existing thumbnails.

    Thread Starter alqin

    (@alqin)

    Thanks.
    What is a good practice to change html markup?
    I use panels but want to put title above and does not have any class applied to it(is an a tag), to hook onto it.

    You can’t change the markup produced by the shortcode.

    Thread Starter alqin

    (@alqin)

    Thanks.
    Is there a way that products added to chart to have a different style after refreshing the page?

    That’s a theme/CSS issue – not an eShop.

    Thread Starter alqin

    (@alqin)

    Yes but after I add a product to chart how do I know after refreshing the page what products are in the basket so that I can add a style? Is there any css class added to a product if is in the basket?

    If you want to display what is in the cart immediately, try adding the Improved Cart widget to your sidebar via Appearance -> Widgets. If you want to style the main cart page, you’ll need to use CSS. Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘[Plugin: eShop] Newbie’ is closed to new replies.