Jump to content

Levius

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Location
    Philippines
  • Activity
    Developer

Levius's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi everyone, I'm quite new in prestashop and I would like to know if there is a way to debug in the mobile theme in prestashop. I created my own payment module and everything is working for the full site version of the site but for the mobile version when the I am about to click the "Confirm Order" button in prestashop it returns an error loading page. When the button is clicked again it returns a blank page. If there is anyway to perform a debug in the mobile version, please direct me. Thanks. I am using prestashop 1.5.x. Thanks and Best Regards,
  2. Good day, Just want to ask how can the PDF invoice in prestashop be set to render Chinese characters.. I've been on this since last week and I still don't have a decent solution.. Can anyone point me to a good direction to follow.. If there is a Chinese character included in the PDF it shows just plain boxes: IX AGE [][][][][] - [] Something like that.. As far as I can see in the codes the Pdf generator is extending tcpdf so I am assuming that tcpdf is the one used to generate PDFs.. Is it a problem with the encoding or the font? If so, how can I change the encoding and the fonts.. Thanks..
  3. Hi.. Has anyone found a solution for the problem here. I am currently encountering the same problem and I can't seem to understand how prestashop handle back office log-in.. Thanks..
  4. i haven't.. also their controllers are not placed inside the controller folder.. thanks for the response anyway..
  5. It has many errors.. 1.) Undefined variable: cart 2.) Trying to get property of non-object 3.) Call to a member function getProducts() on a non-object
  6. hi thanks for the reply.. yes i have seen it, but it doesn't seem to work for me.. i tried making a purchase and choosing unionpay as a payment method and it returned me to an empty page.. is there any special method that i am supposed to do to make it work?
  7. Hi.. That is a useful payment module you have there.. Just a question, how can this be integrated in prestashop 1.5?
  8. Hi.. I was just wondering if there are any module available for download using UnionPay? The shop needs to implement a UnionPay payment module. Is there any available module? If so, can I ask for a link to this module. Thanks.
  9. I created additional entry for the backoffice menu tab for my module. Everything is fine until I clicked the tab which is supposed to redirect me to a certain page. I got errors like: The controller MyModule is missing or invalid. and Fatal error: Class 'MyModule ' not found in C:\wamp\www\prestashop\classes\controller\Controller.php on line 128 I placed my controller in the mymodule/controller/admin/ inside my module folder but it doesn't seem to read it right. My question is how does the back office tab MVC works and how can I connect the controller to the tab? Thanks.
  10. Hi.. I'm trying to create a BO tab when the module is installed in prestashop back office. I have the codes above but doesn't seem to be working. Is it possible that when a module is installed a corresponding BO tab will be created? Thanks!
  11. Good day, I was having a bit of a problem with the admin back office tab. I have create a new module where upon installation a new tab is appended in the back office tabs. The part where the 'Catalog', 'Orders', 'Customer', etc are located. I can see the tab in the database inside the ps_tab table. Upon the installation of the module, I have this code snippet: $tab = new Tab(); foreach(Language::getLanguages(false) as $lang){ $tab->name[(int) $lang['id_lang']] = 'Alipay'; } $tab->class_name = 'Alipay'; $tab->module = 'alipay'; $tab->id_parent = 0; $tab->add();
  12. Good day, I created a file inside the prestashop installation. I have placed it inside the modules folder inside one of the module. When I tried accessing the file via the URL, it only outputs a white page. Does this has anything to do with .htaccess? The url looks like this: http://localhost/cosmetigate/modules/my_module/this_file.php Thanks.
  13. Hi, I haven't integrated anything yet. I am just trying to figure out how to do this. Is it doable by multishop?
  14. Good day, I am currently working on PrestaShop 1.5.6.0 right now. Is it possible to choose language translation based on the domain name? For example: .fr => French co.uk => English .es => Spain Is there a module that I should use? Or is there some procedure that needs to be followed to achieve this? Thanks and sorry if this a common question.
  15. Good day.. I would like to ask if there is a way where an rss feed can be modified to have an image attached to it? The blog where the rss feeds will come from is a wordpress blog. I'm trying to modify it so that there is an image that will appear beside the feed. The image should be taken from the article on the wordpress blog. Therefore the image is also part of the rss feed. Is there a way to do this? Thanks..
×
×
  • Create New...