Show Posts


Topics - huyhoang08

Pages: [1]
1
Extensions and Add-Ons / why marketplace my theme is not in review ?
« on: June 25, 2017, 08:41:18 PM »
I post my theme 1 week ago, but i have not get any feedback from abantecart marketplace. Please explain your work?
My account : vinacart

2
i got error message when going admininistration page.
[403 Forbidden]
when some ajax load:

index.php?rt=listing_grid/message_grid/getnotifies&s=admin123&token=ihxmRdHCnQF7I9g4tQ1viXTjMwni62j7
http://abantecartthemes.com/index.php?rt=common/common/checksystem&s=vnc&token=ihxmRdHCnQF7I9g4tQ1viXTjMwni62j7&_=1497674299835

3
How-to questions / abantecart is request response framework?
« on: September 26, 2016, 08:41:39 PM »
i want to use php-pm (https://github.com/php-pm/php-pm) so i wondering how abantecart support this? abantecart is true to use php-fpm?
php-pm offer symfony, zend,laravel, drupal...
Please tell me your answer! thank a lot

4
API Development / abantecart support cli command line?
« on: March 30, 2016, 11:28:16 PM »
for example, i want to export data using cli command, some reason i don't want to use the page `?rt=tool/backup`
thank a man.

5
API Development / multitenancy possible in abantecart?
« on: March 24, 2016, 09:37:02 PM »
i want to deploy abantecart as multitenancy, it's possible using symlink like wordpress, you can following: http://jason.pureconcepts.net/2012/08/wordpress-multitenancy/
I want do same like that, please tell me your idea? thank a man.

6
API Development / about ajax URL?
« on: March 21, 2016, 10:19:05 AM »
i create ajax handler, by creating file .php in controller/responses/ path. then use:
Code: [Select]
// controller/responses/myajax.php
$url=$this->html->getSecureURL('r/myajax/method1');   # for logged user
However, when i browse URL on browser, it show blank page. why?

7
API Development / which page to render no_payment.tpl template?
« on: March 18, 2016, 09:48:29 PM »
after a hour to explore abantecart template, only file name responses/checkout/no_payment.tpl i can't find path to show that template. Please tell me? thank a man.

8
API Development / dataset: delete row with condition AND relation
« on: March 17, 2016, 01:46:05 AM »
i see dataset API:
Code: [Select]
$db=new ADataset('name','key');
//compare single field
$db->deleteRows(array('column_name' => 'field1',  'operator' => '=',  'value' => $value));
So i want to combine 2 fields with AND/OR relation. how to do this?

9
API Development / how to load model from other controller?
« on: March 15, 2016, 03:54:22 AM »
i need to load model from other controller? help me?

10
API Development / form processing controller?
« on: March 06, 2016, 12:06:10 AM »
Today i want to add new form processing controller? example: to save data on my google spreadsheet.
can i able to add new processing controller for form?
please tell me how to do it? thank man.

11
Templates / how to create new page template?
« on: March 01, 2016, 09:49:22 PM »
i don't know how to change default controller page(storefront/controller/common/page.php) in some pages for different HTML structure.
on other hand, i want to change HTML struct on to parent block (ie: column_left, column_right,...) in different page. Because i understand (controller: page.php) is for all pages in abantecart. Is that true?
Please explain me how to do it. Thank guys.

Pages: [1]

Powered by SMFPacks Social Login Mod