Jump to content

sixthmind

Members
  • Posts

    83
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Birmingham
  • Activity
    Developer

Recent Profile Visitors

3,224,998 profile views

sixthmind's Achievements

Newbie

Newbie (1/14)

21

Reputation

  1. Hi I have the same problem as above. Can somebody tell me what query should be executed? Or at list describe it for me or give me some directions on how to do it. Any help would be really appreciated.
  2. I wonder if there is a module out there which would export all the shipping prices for different zones and for different weights. Currently I have as many zones as countries and weight range up to 25 kg. For every kg I have a field with different price in it, for example up to 1kg, there is one price, 1-2kg another price and so on. I need a way to export all the prices, update them in a spreadsheet and import them. Is there a module for this? Has anybody done this before?
  3. Put this code in your .htaccess at the end: <IfModule mod_php5.c> php_value post_max_size 2000M php_value upload_max_filesize 2000M php_value max_execution_time 18000000 php_value memory_limit 512M </IfModule> However, if you have images to import as well, you will need to do them separately somehow, as resizing them takes time and that's why you get an error.
  4. Only buy it with install option, so they will install it for you, but their customer service is not good. Also, I don't know if they updated the module. It might also be cheaper to ask an experienced developer to do the whole integration for you.
  5. Anybody managed to resolve or find out what is causing this error? I have the same problem.
  6. I wonder if there is a way to set up a minimum charge for shipping for one product category, while we have prices set up for different weight ranges. Any advice would be really appreciated.
  7. try adding public $php_self = 'newpage.php'; above function setMedia() in NewPageController.php
  8. I have European vat number module enabled and currently it is automatically checking VAT number and adds a user to a trade group. What it also does, it deducts VAT, so that there is no tax showing in Shopping basket summary. I need the Total tax of 20% to show in Shopping basket also if the users have valid VAT number. Does anybody know where to disable this functionality so that the tax will show? I looked in different files but I cannot find it anywhere. Your help will be really appreciated.
  9. Anybody at all has some idea how to redirect user back to the website after the payment with Worldpay has been made?
  10. I hope somebody can help with this one. I managed to make a test transaction through Worldpay which is executed after I click on Make payment. However, for some reason it doesn't redirect back to the website and instead we get Not found message refering to validation.php Anybody had this issue and managed to resolve it? Any help would be really appreciated.
  11. I have thousands of products to import. How can I increase PHP maximum execution time?
  12. This Worldpay module is out of date. After lots of reading online how Worldpay is integrated, I found out that the payment URL this Worldpay module is using is wrong. So if you are using this module you need to change it by going to worldpay.tpl. Change ProviderURL='https://secure.wp3.rbsworldpay.com/wcc/purchase/' To: ProviderURL='https://secure.worldpay.com/wcc/purchase/' I haven't heard from Worldpay module developers yet and I think I am going to request my money back, as this doesn't work like it should and there is no documentation or instructions whatsoever. Not happy at all about this. Read this: http://www.worldpay....rl-changes&c=WW And another thing is, that Account ID should be called Installation ID. They made it so confusing! I think Prestashop should stop selling this module until is updated.
  13. Thanks phrasespot for your reply! Unfortunately, shipping is based on weight, based on prices would make it much easier. I will see if I can find any suitable modules for this. Thanks for your help.
  14. I am using European VAT number checking module and currently using option: Enable checking of the VAT number with the WebService. What I need to do is: if VAT number is valid, I want the user to become a member of a specific group. If somebody can do this, please provide me with a quote. Thanks.
×
×
  • Create New...