Jump to content

create html select for all Features


duepiudue

Recommended Posts

Hello everyone, I read all the documentation online but I could not solve, ask for help.

 

I have to create in a separate .php file (not directly on prestashop) a select for each Feature existing, with its description and value.

 

I do a similiar thing for categories, like:

 

<?php

require_once("site/config/defines.inc.php");                                                
require_once("site/config/autoload.php");

$cats = Category::getCategories( (int)($cookie->id_lang), true, false  ) ;  
print_r($cats);
 

?>          

 

for features how i can do?

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...