Jump to content

tijojoel

Members
  • Posts

    150
  • Joined

  • Last visited

2 Followers

About tijojoel

  • Birthday 04/08/1990

Profile Information

  • Location
    Bangalore
  • First Name
    Tijo
  • Last Name
    Joel
  • Activity
    Freelancer
    Developer

Recent Profile Visitors

946 profile views

tijojoel's Achievements

  1. Hi All, I got a issue with Prestashop 1.7.4.2 delivery slip that it is not recognizing Khmer letters. Can anyone please help with which font I can use it to make this letters display. I had added fonts in \override\classes\pdf\PDFGenerator.php but it is not working.
  2. Hi, I had installed the prestashop 1.7.5.2 version. The issue I am facing is I can't filter the subcategories from backoffice. The root-> parent categories have no issue but inside subcatgory, we are not able to filter any categories (always showing no results- please see the screenshot). I am wondering how this issue happens in 1.7 since 1.6 works fine.
  3. @buggalenaWhy there is a lot of cache backup folder? Is it needed? I recommend you to delete for cache, emails (if you are storing), and trash from your server
  4. Hi, I had overrided AdminCartsController.php and written a custom function to display all carriers. I am trying to call getDeliveryOptions() function but it is not calling. It in prestashop 1.7 .My code :- $deliveryOptionsFinder = new DeliveryOptionsFinder( $this->context, $this->getTranslator(), $this->objectPresenter, new PriceFormatter() ); $carriers = $deliveryOptionsFinder->getDeliveryOptions();
  5. #haylau- For back-office only
  6. Hi, In prestashop 1.6, the invoice is generating in PDF format. Is there anyway to generate the invoice in excel format (CSV)
  7. Hi, I had created a form in the controller of my module. Form:- public function renderCustomerForm() { $this->fields_form = array( 'legend' => array( 'title' => $this->l('Customer Settings'), 'icon' => 'icon-time' ), 'input'=>array( array( 'type' => 'text', 'label' => $this->l('BusinessCustomerFlag (Customer)'), 'name' => 'C_BUSINESS_FLAG', 'lang' => false, 'required' => true ), array( 'type' => 'text', 'label' => $this->l('Name (familyname)(Customer/Name)'), 'name' => 'N_TYPECODE_FAMILY', 'lang' => false, 'required' => true ), ), 'submit' => array( 'title' => $this->l('Save'), 'name' => 'submitCustomer', 'icon' => 'process-icon-save' ) ); I am saving this values in configuration table. I don't know how to retreive it and show in the form. Please some one guide on this will be really helpful.
  8. In prestashop 1.6 I am using Logger::addLog to log the errors but in prestashop 1.7 I didn't see anything like that. Can you guys can help on it?
  9. Hi, I am new to prestashop 1.7 version, so I have some basic queries. Please some one help on it. 1. In prestashop 1.6, there are p() and d() functions written in tools.php but when I checked in prestashop 1.7 there is no such functions and it is throwing me error. If it is not there some alternatives will be using by prestahop 1.7. Can you guys please explain on this? 2. Will override works same as in prestashop 1.6? 3. Can we use symphony template same like smarty? It would be really helpful for me.
  10. @Haumea I solved it by reducing the signature size in the first page. It is happening due to the space issue. It is a temporary fix only, I have to look for permanent solution.
  11. Hi, I got a strange issue on invoice generation in prestashop that I had added an image in footer.tpl. For single page invoice the image is showing correctly, but on multiple pages the invoice is showing mirror image at the footer in first page only. Please see the screenshots. Can anyone help me on this?
  12. Hi, I got an issue on invoice generation in prestashop that I had added an image in footer.tpl. For single page invoice the image is showing correctly, but on multiple pages the invoice is showing mirror image at the footer in first page only. Please see the screenshots. Can anyone help me on this?
  13. Hi, I had extended the customer registration form to add Shipping and Billing Address details. All fields are working and updating except country -state population is not happening. The country is populating for both and state is not populating for both . How can I show state dropdownlist in two fields in a single form?
×
×
  • Create New...