News:

AbanteCart v1.4.2.1 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - huyhoang08

#1
thank you! i have to submit
#2
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
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
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
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
thank you!
#8
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?
March 21, 2016, 09:39:14 PM
thank, i sloved my problem.
#10
API Development / Re: about ajax URL?
March 21, 2016, 10:27:59 AM
additional, i want to view URL on storefront
#11
API Development / about ajax URL?
March 21, 2016, 10:19:05 AM
i create ajax handler, by creating file .php in controller/responses/ path. then use:

// 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
for example, i can use this:

$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
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
please help me?
#15
i see dataset API:

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

Forum Rules Code of conduct
AbanteCart.com 2010 -