Search the Community
Showing results for tags 'all'.
-
Dear Prestashop/community I wanted to get a list of all orders using GET /api/orders but I get the following error (500 Internal server error) Same issue when trying to retrieve the order_details GET /api/order_details I do however get a list of all customers when using GET /api/customers Getting a single record from order / customer / order_details is working just fine (GET /api/orders/1 /api/customers/1 /api/order_details/1 ) The customer is using version 1.7.6.7 Any workarounds available to get a list of all order_ids ? I could use the order_histories ,this gives me all order histories ids with references to order_ids But I don't know if an order always has an orders_histories record Kind regards, Chester van Ree
-
Hi I am changing the categories and noticed that they only change on my enlish language version of my prestashop. The other languages categories and products dont change. Why doesnt my categories and products change in my other langugages? Where do I change the categories and products for my languages (not only english)?
- 1 reply
-
- languages
- categories
-
(and 2 more)
Tagged with:
-
"Show All" Feature on Page Does Not Work
nathanielleee posted a topic in OUT - 1.6.0.11 [7 Jan 2015]
On the product categories page. Prestashop 1.6 default theme has a button "show all" so that customers dont have to scroll through 25 pages. The problem is, when someone clicks this it just resets to the same page that it was on it doesnt not show all. Ive run this test on firefox, IE, and Safari. Is there a fix for this? -
Hello good people, I'm new prestashop user. I'm sry if I post in wrong section, or if there is already answered this kind of question. I'm owner of a small webshop, about 50 products and, what I want to do is to list as a grid, all products on my home page. Sorting is not a problem, they can be sorted by data-added or random, nevermind. Is it possible to do this? Thank you, tupacan
-
i have some code that was working a while back but now its not but i need to display different product numbers if they are logged in and are associated with a group... here is what i have so far. this is the product-list.tpl {if $logged} <p> {counter start=1 skip=1 assign=count} {foreach $customerGroups as $getGroup} <strong> {if $getGroup.id_group == 20 }Part # {$product.API}<br />{/if} {if $getGroup.id_group == 21 }Part # {$product.SWAIM}<br />{/if} {if $getGroup.id_group == 22 }Part # {$product.HF}<br />{/if} {if $getGroup.id_group == 9 }Part # {$product.JOHN_CRANE}<br />{/if} </strong> {counter} {/foreach} </p> {/if}
- 3 replies
-
- product-list
- list
- (and 4 more)
-
anyone can help how to use the html box because I do not understand the point, please give an example?
-
Hello everybody! My question is simple: i'm currently importing over 1500 items from my old e-shop to the new one, based on Prestashop (what an amazing cart!). I sell sports clothing, so the only combinations i've to set is about sizes. What can i do to display, automatically, sizes from S to XXL for every item in my catalogue? Is that possible, or i've to create size combination 1500 times, one for each product? Many thanks!
-
Hi, Prestashop 1.5.0.14 Is there a way to include all sub-categories under all each parent categories? Every parent category must include all each sub-categories. I have lots of categories and sub-categories. I have: 36 pcs category A .... 674 pcs sub-category AA ........... 27 pcs sub-category AAA ................ 236 pcs sub-category AAAA Shortened example: Bus-A ....... Citroen-AA ....... Peugeot-AA ....... Renault-AA ...................... Access.-AAA ...................... Engine-AAA ...................... Filter-AAA ................................... Air Filter-AAAA ................................... Fuel Filter-AAAA ................................... Oil Filter-AAAA Car-A ....... Citroen-AA ....... Peugeot-AA ....... Renault-AA ...................... Access.-AAA ...................... Engine-AAA ...................... Filter-AAA ................................... Air Filter-AAAA ................................... Fuel Filter-AAAA ................................... Oil Filter-AAAA Truck-A ....... Citroen-AA ....... Peugeot-AA ....... Renault-AA ...................... Access.-AAA ...................... Engine-AAA ...................... Filter-AAA ................................... Air Filter-AAAA ................................... Fuel Filter-AAAA ................................... Oil Filter-AAAA My category.csv like this: I tryed a solution to this: Clone all each sub-categories under all each parents. (Leave sub-category names the same but gave unique ID to each cloned sub-category line). In this way my 976 rows categories.csv lines up to 140 000 rows and when trying to upload 140 000 lines, as you guess I have no success. And if I success, this time its bring about the frontpage loading time issue Last of all, does anyone knows a way, link whole same sub-categories to under all parent categories. Thanks in advance
-
- categories
- parent
- (and 6 more)