Title: [Plugin: eShop] Newbie
Last modified: August 20, 2016

---

# [Plugin: eShop] Newbie

 *  Resolved [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/)
 * 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](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/](http://wordpress.org/extend/plugins/eshop/)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-eshop-newbie/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-eshop-newbie/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530881)
 * See [this eShop documentation section](http://quirm.net/wiki/eshop/setting-up-using-eshop/shortcodes/#Product-Listings).
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530921)
 * 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](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530927)
 * How do you create pagination in eShop?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530931)
 * Pagination is already built into the shortcodes and can be controlled by the `
   records` attribute in the product listing shortcodes.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530932)
 * Thanks, I just discovered that after asking. At least, someone will read it and
   find it helpful.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530933)
 * 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?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530935)
 * You can’t. eShop uses the core WordPress featured image functionality.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530936)
 * So the trick is to play with the thumbnail percentage until you get to desired
   dimensions.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530937)
 * 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/](http://wordpress.org/extend/plugins/regenerate-thumbnails/)
   to resize any existing thumbnails.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530941)
 * 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.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530942)
 * You can’t change the markup produced by the shortcode.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530946)
 * Thanks.
    Is there a way that products added to chart to have a different style
   after refreshing the page?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530947)
 * That’s a theme/CSS issue – not an eShop.
 *  Thread Starter [alqin](https://wordpress.org/support/users/alqin/)
 * (@alqin)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530948)
 * 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?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/#post-2530949)
 * 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/](http://getfirebug.com/)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-eshop-newbie/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-eshop-newbie/page/2/?output_format=md)

The topic ‘[Plugin: eShop] Newbie’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eshop_d6e4b8.svg)
 * [eShop](https://wordpress.org/plugins/eshop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eshop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eshop/)
 * [Active Topics](https://wordpress.org/support/plugin/eshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eshop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eshop/reviews/)

 * 23 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-newbie/page/2/#post-2531016)
 * Status: resolved