Jump to content

rajaramprobytes

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • First Name
    Raja
  • Last Name
    Ram

Recent Profile Visitors

173 profile views

rajaramprobytes's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Presta expert Please can anyone help me We need a solution to get data from prestashop to sap ariba. cXML- PunchOut for SAP ARIBA - eProcurement places a specific user unique PunchoutSetupRequest @ PrestaShop - Shop prepares unique autologin URL and send back a PunchoutSetupRespons Thank you
  2. Hi My client asking for product attachment "custom PDF " Every time upload the pdf for product in attachment .... that time automatically header and footer page added in dynamically in pdf. I have PHP code but i can't able to implement this in AdminAttachmentsController.php Please help me It's PHP Code ----------------------------------- <?php require_once('FPDF/fpdf.php'); require_once('FPDI/fpdi.php'); // define some files to concatenate $files = array( 'header.pdf', 'innerpage.pdf', 'footer.pdf' ); // initiate FPDI $pdf = new FPDI(); // iterate through the files foreach ($files AS $file) { // get the page count $pageCount = $pdf->setSourceFile($file); // iterate through all pages for ($pageNo = 1; $pageNo <= $pageCount; $pageNo++) { // import a page $templateId = $pdf->importPage($pageNo); // get the size of the imported page $size = $pdf->getTemplateSize($templateId); // create a page (landscape or portrait depending on the imported page size) if ($size['w'] > $size['h']) { $pdf->AddPage('L', array($size['w'], $size['h'])); } else { $pdf->AddPage('P', array($size['w'], $size['h'])); } // use the imported page $pdf->useTemplate($templateId); $pdf->SetFont('Helvetica'); $pdf->SetXY(5, 5); $pdf->Write(8, 'Its developed by rajaram'); } } // Output the new PDF //$pdf->Output(); $pdf->Output("sampleUpdated.pdf", 'F');
  3. Hi My client asking for product attachment "custom PDF " Every time upload the pdf for product in attachment .... that time automatically header and footer page added in dynamically in pdf. I have PHP code but i can't able to implement this in AdminAttachmentsController.php Please help me It's PHP Code ----------------------------------- <?php require_once('FPDF/fpdf.php'); require_once('FPDI/fpdi.php'); // define some files to concatenate $files = array( 'header.pdf', 'innerpage.pdf', 'footer.pdf' ); // initiate FPDI $pdf = new FPDI(); // iterate through the files foreach ($files AS $file) { // get the page count $pageCount = $pdf->setSourceFile($file); // iterate through all pages for ($pageNo = 1; $pageNo <= $pageCount; $pageNo++) { // import a page $templateId = $pdf->importPage($pageNo); // get the size of the imported page $size = $pdf->getTemplateSize($templateId); // create a page (landscape or portrait depending on the imported page size) if ($size['w'] > $size['h']) { $pdf->AddPage('L', array($size['w'], $size['h'])); } else { $pdf->AddPage('P', array($size['w'], $size['h'])); } // use the imported page $pdf->useTemplate($templateId); $pdf->SetFont('Helvetica'); $pdf->SetXY(5, 5); $pdf->Write(8, 'Its developed by rajaram'); } } // Output the new PDF //$pdf->Output(); $pdf->Output("sampleUpdated.pdf", 'F');
  4. Hello Buddy's i have struggled in layered navigation Module's According to layered navigation Module's I would like to filter by subcategories + products but i think it's have only possible for Product filter options , i need Sub-Categories filter Could you help me anyone?
  5. Hello friendz, How to add new fields to the address in Prestashop 1.6.1.5 I have add two new field to address section in front office but i can't able add this process. please help me
  6. Hi Good evening I have some issue in top Horizontal menu , categories are level 4 or more , but there was show all level in catalogue , please subcategory once hover then show after one by one . i have attached screen short , i need green colour sub menu options Please help me this is my original site but i need green colour sub menu options
  7. Hello , Good Morning I was customised product.tpl for five custom product in banner , this is load to full page load when once change tab button on right side , but we need ajax load, and add to card without page loading Menu is : T-shirt Sweater Hoodie kids Top these above menu is a once clicked the full page is load , we need same tabs concept without url changing. My website url : http://dev.probytes.net/geekcorp/en/now/21-t-shirt.html/ please look at banner Example site : http://www.teetee.eu/ - please look at banner Please help me and give me some idea's
  8. Hello First of all you check horizontal menu module in your back office.
  9. you please first go to login into back office -> click menu "preference "-> select to sub menu "SEO & URLs" then switched on friendly URL "enabled " options .
  10. Sorry dude i have triad so many time , but not imported in same product id same as different language , please elaborate step by step process
  11. I have English and Italy language product csv file to import in prestashop i con't do, but manually is possible from my end but i have bulk of product data so we have to import csv format ,, i have uploade to here 2 file , please look at attachment so please can you help me english_product.txt Italy_products.txt
×
×
  • Create New...