Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Exclude product id when using show all products or categories
Tagged: pagination
- This topic has 15 replies, 5 voices, and was last updated 10 years, 10 months ago by admin.
-
AuthorPosts
-
June 21, 2011 at 11:35 pm #3636AVAMember
Is there a way to exclude certain product ids from list of all products or all products in a category? For example, I have deleted product 1 but I get a number 1 displaying in my list of products. It is clickable but just brings to top of page.
Thanks.
June 22, 2011 at 5:12 am #33595amin007ParticipantIf you delete a product then that won’t be shown in the list of all products. Make sure you are not seeing a cached version of the page. Please also post a link to the page in question so I can check it out.
Are you certain that when you go to the “Manage Products” menu of eStore you do not see this product (meaning it has been deleted fully)?
June 22, 2011 at 10:12 am #33596AVAMemberThanks for the always prompt reply Amin.
In Manage Products I see the number 1 at the bottom of the product list and nothing else beside it. No product information and not even a link to delete or edit that line.
These pages have been refreshed many times and that product was deleted a long time ago. The only thing that is new to those pages is the short code that does exactly what I need it to do.
Also, when hovering over that 1, it shows at the bottom of the browser that it is product page 1. Product page 1 as I mentioned above doesn’t exist.
The number 1 displays on 2 pages at the bottom of the list:
[www.avabusinessservices.com/portfolio/wordpress-themes/]
(short code: [wp_eStore_show_all_products style=3 order=1 type=0 show_price=0])
and
[http://www.avabusinessservices.com/all-things-wordpress/wordpress-theme-gallery/]
(short code: [wp_eStore_show_all_products style=1 order=1 type=1 show_price=1])
There is no other code or text after these codes on those pages.
Is there any way to edit the data base and reactivate this number 1 and I can then put a product in it if this is a case where the system needs product 1?
I will check back for your answers on Friday as I will not have computer access now for a few days.
Again thank you.
Deborah
June 23, 2011 at 12:50 am #33597amin007ParticipantThe link “1” at the bottom of that page is not product one (it is there for pagination purpose). When you use the show all products it adds pagination at the bottom so if you have a lot of products they are divided across multiple pages.
December 13, 2012 at 4:39 pm #33598SharonSMemberIs it possible to avoid the automatic pagination of long lists of products? (see the dev site: [http://artofdoinghair.com/wordpress/cosmetologist_products/swatch-formulas/] If you click the tab “Blonde,” for example, scroll down and click to the next page, the tab closes up again. I would like the entire list of products to show in one long page. Do you have any suggestions?
Thanks!
December 13, 2012 at 11:52 pm #33599adminKeymasterIf you don’t want to paginate then simply use a very high number for the “Products Per Page Limit” field in eStore settings. Lets say you have 100 products and you don’t want eStore to paginate then using a number like 150 in the “Products Per Page Limit” field will do the job.
December 14, 2012 at 4:51 am #33600SharonSMemberThank you…why didn’t I think of that??!
December 24, 2013 at 11:17 pm #33601jimaproductionsMemberHi,
I just purchase the estore nad emember and I try to put 10 items per page, so the paginavi can display. So my clients can click on the page number below to view other items but it won’t show. It seems that my paginavi is not working.
Yes I did put 10 on the “Products Per Page Limit” on the setting but the pages won’t show. What should i do?
December 24, 2013 at 11:48 pm #33602adminKeymasterPlease post a link to the page in question so we can check it. You have more than 10 products to show there right? What shortcode are you using on that page?
December 24, 2013 at 11:53 pm #33603jimaproductionsMemberThanks for the quick reply,
[www.jimavault.com/haitiansection]
you can go check it out, I have more that a 100 products, I put the [wp_estore_fancy2_id#x] code on the page but the rest of the items don’t show with the page number below.
December 25, 2013 at 3:25 am #33604adminKeymasterYou are actually not showing all the products because that [wp_estore_fancy2_id#x] shortcode is not for showing all products.
Read the following post so you can use a shortcode that shows all products from a particular category then you will see the pagination correctly:
https://support.tipsandtricks-hq.com/forums/topic/product-categorization-options-in-wp-estore-plugin
December 25, 2013 at 2:11 pm #33605jimaproductionsMemberThank you so much…
I used the [wp_eStore_category_products_fancy id=2 style=2] code and it work the way i like.
Now I have a problem, my background is black. How can i change the black text that appear on “go to page” pagination and also on the shopping cart text. I want it to be white. where can I go to make that change?
And How can I put a small picture in the shopping cart, like a thumbnail?
December 25, 2013 at 10:49 pm #33606jimaproductionsMemberNever mind I found the code to add for the shopping cart
In the tread:
.shopping_cart {
font-size:12px;
color: #fff;
background-color:#000;
}
but the pagination still look too big, i want to size the box down a little. I will keep on searching since it take to long to get a reply.
December 25, 2013 at 11:13 pm #33607adminKeymasterRead these two posts first (you were suppose to read it before you purchased anything from us):
https://support.tipsandtricks-hq.com/forums/topic/forum-rules
December 26, 2013 at 1:23 am #33608jimaproductionsMemberDon’t get me wrong, I like the plugin. It’s just i don’t like CSS too much.
I search over the forum for changing the background of the product search, since my background is black the text inside the search result is black so I can’t see the price and the product name when the search result appear.
while over the web I found a website [www.haitianvault.com/haitianmovies/]
I was wondering how can I do the product search with a bright color.
Please, I need to finish with this problem first. I did look everywhere in the forum for it, I can’t solve it.
-
AuthorPosts
- You must be logged in to reply to this topic.