Show Posts


Messages - ahmad-sabra

Pages: [1]
1
API Development / Re: Get Sub-Categories Problem in API
« on: April 28, 2016, 07:25:13 AM »
hello,
i have tried what you have mention,but i cant find the problem.
i have 3 categories and every category have sub-categories and every sub-category has sub-categries and every subcategory have products...all thes sub categories are enabled and all final sub-categories have products.
so where i can find the problem ?

2
API Development / Get Sub-Categories Problem in API
« on: April 11, 2016, 10:04:02 AM »
hello;

im trying to retrieve sub-categories for a specific category. this request '?rt=a/product/category&category_id=84' is
returning
{
   "category_id": "84",
   "parent_id": "0",
   "sort_order": "0",
   "status": "1",
   "date_added": "2016-04-08 14:43:46",
   "date_modified": "2016-04-11 16:33:50",
   "language_id": "1",
   "name": "Car Rental",
   "meta_keywords": "",
   "meta_description": "",
   "description": "",
   "store_id": "0",
   "products_count": "0",
   "tumbnail":"",
   "total_products": "0",
   "total_subcategories": "3"
}

No sub-categories are shown...please any help(i have create sub categories under this category with id=84).
is their any problem or i have made some wrong step on creating these sub-categories(i have made 3 sub-categories)

3
General Discussion / Missing States
« on: March 23, 2016, 11:53:34 AM »
Hello,
I'm from Lebanon and i'm try to create a customer in my country. So when i select Lebanon  no states are return to choose from. So if you can resolve this problem please.

thanks in advance, best regards. :) :)

4
General Discussion / suggetion
« on: March 23, 2016, 11:43:35 AM »
hello,
i have found that when i create a new store,the input fields contains some default words.So i suggest that these data should be insert in a placeholder attribute because users should first delete these words then insert their own info.

sorry if i have made any disturbance. :) :)

5
API Development / Re: How can i remove product from cart ?
« on: March 09, 2016, 05:37:35 AM »
thanks for your reply,

i have tried what you have mentioned and nothing changed. It's return 200 OK but with empty response.
plus the item wont be removed from the cart. that's the full request :
"?rt=a/checkout/cart/delete&remove[115:c4dd264669bc468c6125ef91e8fb4cc5]=1".

best regards.

6
API Development / How can i remove product from cart ?
« on: March 04, 2016, 09:42:23 AM »
hello ,
i'm developing a application that can work with abanteCart Api.Im using Java language in my development.
 i'm trying to remove product added to cart. ( this is the request that i use rt=a/checkout/cart&remove["+Key+"]=1 ).

Please help.

Pages: [1]

Powered by SMFPacks Social Login Mod