Jump to content

Rekha

Members
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • Location
    Bangalore
  • Activity
    User/Merchant

Rekha's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I have a customer group which is identified by email id [email protected], ie, when the email id of the registering customer has the domain @corpo.com, the customer has to be added to a customer group CORPORATE. When a customer is registering at 7:10 pm, suppose I run a cron job every hour, at 8pm the customer should be moved to the group CORPORATE and be able to place an order for products restricted to group CORPORATE. I have installed the module Crontab manager. What should the cron program/ script url be? I do not know programming, so you will have to tell me exactly what to do. Must I create a .php file with the scrip? Where should the file be located for Prestashop 1.6? Is the file location the cron url? What should the script be?
  2. because the universal payment module 1) is for Presta ver 1.5 and I have ver 1.6 2) does not work with payment gateway APIs. Duplicating a module like COD or Cheque is enough. Can you try to duplicate and upload.
  3. I tried to duplicate cod mod but could not, not so easy. Do you have the code or duplicated module - can you upload?
  4. I want to do the same. However, I have an active COD module, so cannot modify with above changes cause the module name is same 'cashondelivery' . How can I duplicate the COD module as 'Pay in store' called 'payinstore' ?
  5. I just solved my problem, paste the same following code in the database via phpmyadmin in the SQL box and click Go. The category,cms and index values for left column were being considered as 0 even when set to 1 in the database tables. The code ignores the 0 . The left column appeared on category pages ie when I select a category in the menu. INSERT IGNORE INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'products-comparison', '1'), (NULL, 'cms', '0'), (NULL, 'category', '0'), (NULL, 'product', '0'), (NULL, 'module-bankwire-payment', '0'), (NULL, 'module-bankwire-validation', '0'), (NULL, 'module-cheque-validation', '0'), (NULL, 'module-cheque-payment', '0'); INSERT IGNORE INTO `ps_theme_meta` ( `id_theme` , `id_meta` , `left_column` , `right_column` ) SELECT `ps_theme`.`id_theme` , `ps_meta`.`id_meta` , `default_left_column` , `default_right_column` FROM `ps_theme` , `ps_meta`;
  6. I pasted a code from https://github.com/PrestaShop/PrestaShop/blob/ef27ec278df5bc09ab680974d6e3dcd2eeaf4307/install-dev/upgrade/sql/1.6.0.6.sql . The left column appeared and layered filter shows. But in the layered navigation filter the prices are not getting reindexed, the page goes blank with only a digit 1 showing.
  7. I did that already with no change. I copied the bootstrap theme folder from a fresh install and copied over the existing theme. Once earlier too I had to do a fresh reinstall for a new version case the upgrade had severe faults, and it was very difficult cause I could not import the orders database.
  8. Prestashop team, please help else I have to do fresh install and rebuild entire site again, which is very unpleasant to do.
  9. But with a fresh install how can I import the database which has orders, customers, catalog ?
  10. Anyone can help please? I do not know how to execute the sql steps on previous page.
  11. One setting different from fresh install is: advanced parameters/ performance - "Disable all overrides" is 'Yes' and not changing to 'No'. In the fresh install the setting s 'No'. Layered filter is in left column with no exceptions. layered module in Positions is same as in fresh install. I can give you access to the website.
  12. Hi legends and moderators, I upgraded with 1 click upgrade from 1.4.5.1 to 1.6. The layered navigation filer v1.10.5 does not show in the left column. The left column shows with other modules when I select a category in top menu. In theme/bootstrap left column list settings, category (id_meta is 28), cms (29), index (4,26), and product (27) are red and when I click error is "An error occurred while updating this meta." On phpmyadmin, I have set left column to 1 for category and all metas . <a class="list-action-enable ajax_table_link action-disabled" title="Disabled" href="index.php?controller=AdminThemes&id_theme_meta=0&leftmeta&action=leftmeta&ajax=1&token=ed47c4163cda57a415a10a0d3a0e4906"> I also replaced the theme from fresh install. Layered filter shows in the fresh install. What is missing? ow should I correct? Regards, Rekha
  13. I am getting the same 2 errors - unable to create file .....autoupgrade/backup/index.php and Javascript error (parseJSON) detected for action "upgradeNow". Can anyone help please ?
  14. the module is not working with presta 1.6 - after selecting the module on the payment page, the page goes to another page on which 'I confirm the order' does not appear and the cart remains full, ie the order does not get processed. Please give the module for 1.6.
  15. Say Prestalearn, Can you tell us how to repair so the image flies to the right? maybe you can post the changed files to compare with original code to detect how your fiverr fixed?
×
×
  • Create New...