Jump to content

Gilbert Daniel

Members
  • Posts

    20
  • Joined

  • Last visited

1 Follower

Profile Information

  • First Name
    Gilbert
  • Last Name
    Daniel

Gilbert Daniel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi There! i need help to add custom columns in product list in backoffice, what i'd like is get added date and updated date beside Status column in prestashop 1.6.1.3. So I add some code in AdminProductsController.php. $this->fields_list['date_add'] = array( 'title' => $this->l('Created Date'), 'align' => 'text-center', 'class' => 'fixed-width-sm', 'orderby' => true ); $this->fields_list['date_upd'] = array( 'title' => $this->l('Modified Date'), 'align' => 'text-center', 'class' => 'fixed-width-sm', 'orderby' => true ); With this code i get the error. So please kindly help me to solve this problem. Thanks.
  2. Hi there! I'm curenntly developing a online shopping with prestashop 1.6.1.3. My online shop have many different stores so thus I'm using multistore feacture for my online store. I would like to do one thing that is inserting product for multishop at one time. For example I have three differrent shop/store. So I'm make one shop for the main shop of the other shops. I'm not doing any insert or update product in Main Shop. So when I insert or update product in shop B or shop C(Other Shop) then this product also insert in shop A (Main Shop). Pls kindly give me a suggestion for how to do this process. Thanks, Gilbert.
  3. Hi there! I am developing an online shopping mall with multistore. So we have 20 different shop. I would like to assign different currency for some shop. Is there any way to solve this or any suitable module for this process. Pls kindly give me an advirse or suggestion. Thanks, Gilbert Daniel.
  4. Hi there! I have a problem getting my website out of maintenance mode. I have used the 1-click upgrade tool to upgrade 1.6.3 to 1.6.9 and now my website doens't come back from maintenance. Pls kindly help me out of this problem. Thanks.
  5. Hi there! I face smoe issue when updating product combination from csv import. It is not updating properly. So is there any way to update product combination vai csv. I would like to know how to update product combination in prestashop or is there any module for this process. Pls kindly help me out of this . Thanks.
  6. Hi there! I'm developing an online store with Prestashop 1.6.7. I would like to add some products with group. For example The whole set of desktop computer group. This group contains . LCD Monitor . Mouse . Keyboard . UPS . Casing . etc...... When the customer click on this product group then they can buy this group of products or buy individual product in this group. So I would like to know is there any solution for this process or is there any module. Please kindly give me a suggestion about this. Thanks.
  7. I have been check this module. This is about the customer registration. This is ok registration as a whole sale user. But I would like to know how to change and show the price of the product for the whole sale user when they are log in to our site. So that they can buy the product as a wholesaler.
  8. Hello there! As of now my site is running with retail. I would like to use both whole sale and retail in my site. So I would like to know how does a wholesaler see the whole sale price and how does he register as a wholeasler in the shop.Is there any module for this or anything else. Please kindly give me a suggestion for that process. Thanks! Gilbert.
  9. Hi there! Recently my website has been hacked from some hackers. When I'm fix the website for the running condition I found some files were edited and write data in the index.php that file is totally changed . So I would like to know how to prevent writing data or edit into the files from the hackers. I don't know how to prevent this because I'm new in prestashop. So is there some sercurity for that issuse for prestashop. Please kindly give me a hand from this problem. Best Regards, Gilbert.
  10. Hello Everyone ! I would like to change the City text field to Dropdown list.Because I would like to show the Cities in the dropdown list so the customer can easily select the one and don't want to type City name in test filed. So how to modify customer registration form in Prestashop 1.6.is there any way to do this . Pls kindly teach or show the best way to me how to do this if possible. Thanks.
  11. Hello Everyone ! I would like to know how to remove the Prestashop as framework when we check website in cms checker tools. Is there any way to this. Thanks.
×
×
  • Create New...