Jump to content

nicholas

Member
  • Posts

    7
  • Joined

  • Last visited

About nicholas

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nicholas's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. It is fixed. The problem was some lines at the .htacces RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
  2. Aslo, it does not show up the captcha error if I don't put the code in the captcha box. It seems that javascript/jquery does not work.
  3. Hello, First I applied a pach after the notice I got via email. After this I had the problems you can see below. Then I upgraded to the latest version with the hope the problems to be fixed. But it didn't help. Problems: - If you select to change the language, the page load again to the default language. So you can't change it. - The Domain availability lookup does not work at all. No, it is not about the whoisservers.php. The problem is more general. It does not work at all. It does not load the block to display if the name is available or not. It displays nothing. I aslo tried all the templates but it does not helped. I tried to display the errors, but there is no any one error. I do not know what to do now!
  4. Hello, I have to implement a different method for applying VAT for EU citizents. I have a custom field "check-box" to allow the customer to choose if he wants to receive invoice (for companies) or receipt (for individuals). ...Yes we have 2 different types in Greece... So, I have implemented a VAT type for EU citizens but it just not apply any VAT if the selected country is in EU. The problem is that it must charge VAT if the customer is in EU and he has not the check-box selected. The custom filed has the ID "customfield10" and the name "customfield[10]" Any idea how to implement this?
  5. Error UnAuthorised Access IP: XX.XXX.XX.XXX Logged This IP has added as allowed IP for the API access. Why I get this error when I try to run the cron from my browser for test purpose?
  6. Hello, I tried this solution but I have problem on this step: --------------------------------------------------------------------------------------------------------- Next for any smarty variable that outputs data entered into the admin E.g. the $product.name or $product.description tag in your orderforms you can replace it with the tag below (Note the script will output the full value if no tags are found) {getlang data=$product.name lang=$language} OR {getlang data=$product.description lang=$language} --------------------------------------------------------------------------------------------------------------- I get a smarty error that {getlang data=$product.description lang=$language} is not valid. I've followed all the steps.
  7. Hello, I'm interested in this module. Please inform me about. I'd like to contact the creator of this module. Thank you in advance.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated