Show Posts


Messages - huyhoang08

Pages: [1] 2
1
thank you! i have to submit

2
Extensions and Add-Ons / Re: why marketplace not review my theme?
« on: June 26, 2017, 05:34:07 AM »
i ask many question in contact form about my extension not publish. Here is URL of my ext:
https://marketplace.abantecart.com/index.php?rt=vendor/products/edit&product_id=435

Please review & give me the reason why it not aprove.

3
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

4
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

5
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

6
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.

7
API Development / Re: multitenancy possible in abantecart?
« on: March 30, 2016, 09:51:43 PM »
thank you!

8
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.

9
API Development / Re: about ajax URL?
« on: March 21, 2016, 09:39:14 PM »
thank, i sloved my problem.

10
API Development / Re: about ajax URL?
« on: March 21, 2016, 10:27:59 AM »
additional, i want to view URL on storefront

11
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?

12
API Development / Re: dataset: delete row with condition AND relation
« on: March 21, 2016, 10:13:55 AM »
for example, i can use this:
Code: [Select]
$db=new ADataset('name','key');
//compare single field
$db->deleteRows(array(
      array('column_name' => 'field1',  'operator' => '=',  'value' => $value1),
      array('column_name' => 'field2',  'operator' => '=',  'value' => $value2),  # AND relationship
));
I can do this?

13
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.

14
API Development / Re: dataset: delete row with condition AND relation
« on: March 18, 2016, 09:38:08 PM »
please help me?

15
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?

Pages: [1] 2

Powered by SMFPacks Social Login Mod