Search:

Type: Posts; User: eentje

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    361
    Views
    103,666

    Re: VAT-mod for European companies

    THere is no need for the UK and Switzwerland to be in this system. It is to check if a company is legit within the EU.
  2. Replies
    361
    Views
    103,666

    Re: VAT-mod for European companies

    You do that with your shipping module.
  3. Replies
    172
    Views
    41,505

    v150 Re: Cookie Control Support Thread

    Geoplugin is a paid service nowadays... you can disable the line(s) of code, module still works then.
    As i remember correctly it just looks up from where the costumer comes so that the right...
  4. Re: Antispam

    True... but that wouldn't be the Zen Cart way :)
  5. Re: Antispam

    Very simple answer.
    When the code is in a seperate CSS it would not work when you select a different template.
  6. Replies
    172
    Views
    41,505

    v150 Re: Cookie Control Support Thread

    Nothing went wrong.
    You probably use zen lightbox with mootools in stead of the zen lightbox with jquery.
  7. Replies
    361
    Views
    103,666

    Re: VAT-mod for European companies

    The 1.3.9 beta is still buggy... although it works... eventually...

    1.5.0 is still lightyears away... (afaik)
  8. Re: Moving the Contact Us form table to the right side of the page?

    PM me the file... i'll have a look at it...
  9. Re: Moving the Contact Us form table to the right side of the page?

    Basicly what you want to do is go to your tpl_contact_us_default.php in includes/templates/YOURTEMPLATE/templates directory and open that.

    Put a wrapperdiv around your adress and the form.
    ...
  10. Replies
    1
    Views
    283

    v139h Re: Shipping Options Features

    It could with custom coding.

    But the question i haven is why you would confuse your costumers with so many different shipping costs...

    Why not make 1 shipping cost... on one order you loose...
  11. Thread: Free Shipping

    by eentje
    Replies
    1
    Views
    316

    Re: Free Shipping

    Set the product to free shipping in the product edit screen in admin.

    Then turn on the zen cart freeshipper module in shippingmethod.
  12. Replies
    3
    Views
    553

    Re: Need Help for A Client ASAP Please

    Did you try DrByte's tip:



    That is the only solution that makes sense. Now you have this problem but once this one is solved you will get other problems like a slow site etc. all because the...
  13. Replies
    361
    Views
    103,666

    Re: VAT-mod for European companies

    Works fine in 1.3.9h here Jamie...
  14. Re: Simple CSS/PHP AntiSpam solution for your contact form

    You are right these are the files from 1.3.8a i forgot to mention.

    But the 1.3.9 files are not that much different and when you open the files in an editor you'll see the additions clearly marked....
  15. Re: Simple CSS/PHP AntiSpam solution for your contact form

    Iǘe prepared the files with this CSS trick for login... see attachment.

    Use at own risk off course .
  16. Replies
    1
    Views
    935

    Re: Tax Amount Not Showing

    It would be of great help if you would post your settings so we can all agree upon that your settings are correct.
  17. Replies
    4
    Views
    1,089

    Re: Same look and feel for Wordpress blog and Zen Cart shop

    Basicly you build two templates that have the same look and feel.
  18. Re: Can't access my store after upgrading from 1.3.9f to g to h

    I guess you have it fixed... since i can view the store from the link provided...
  19. Replies
    18
    Views
    737

    Re: looking to change the welcome page

    http://notepad-plus-plus.org/
  20. Re: Importing old DB to new only brings in 29 tables

    If the owner doesn't care about the archive... then you shouldn't either... :)

    Or just download the sql file from the old db, zip it up for archive purpose and give it to the owner... just in...
  21. Thread: Shipping Cost

    by eentje
    Replies
    4
    Views
    759

    Re: Shipping Cost

    If you have done what schoolboy suggested you did select the zones or table rate module and set the shipping rate by weight.

    You can enter the shipping rates per weight in a comma separated field....
  22. Replies
    7
    Views
    1,018

    Re: step-by-step guide needed for novice

    what does the error say?
  23. Re: Importing old DB to new only brings in 29 tables

    in your old database select the email archive records then export them to a textfile.

    This textfile can be uploaded to your new db.

    It might be if you used the email functioon of zen cart a lot...
  24. Replies
    18
    Views
    737

    Re: looking to change the welcome page

    First of all filezilla is good. Now also download Notepad++.

    Then open filezilla connect to your server search for includes/templates/CUSTOM/template_info.php where CUSTOM should be replaced by...
  25. Re: Change the sold out status from 0 in stock to -1

    WARNING CORE FILES MODIFICATION, BACK UP FIRST!

    open includes/functions/functions_general.php

    search for:


    case ($button_check->fields['products_quantity'] <= 0 and...
  26. Re: width of the image for subcategory in left hand column

    Add to your includes/templates/YOURTEMPLATE/css/stylesheet_category_dressing.css at about line 120:


    width: 165px;

    so it reads something like this:


    #categories ul ul a {
    ...
  27. Re: Can I restrict a product so that a customer can only buy it with a code?

    Quick & dirty method:

    Make a new category name it (for instance) On Hold

    Move the item to that category.

    Navigate to the item in your store. Copy the URL to that product.

    Now in the...
  28. Replies
    10
    Views
    4,683

    Re: Admin login suddenly not working

    If you have SSL enabled on the adminsection, turn that off in the YOURADMIN/inludes/configure.php

    That, sometimes on some server configurations, gives problems.
  29. Re: Product image layout in centrebox - this must be easy?

    If you are talking about the images being left... try adding:


    .centerBoxContentsNew img {
    margin-left: auto;
    margin-right: auto;
    }

    to your stylesheet
  30. Replies
    7
    Views
    1,018

    Re: step-by-step guide needed for novice

    In your admin find modules, when you hover over that one there are three menu items.

    First one is payment.

    Here you can enable/disable your methods of payment.

    As you are a novice in these...
  31. Replies
    7
    Views
    1,018

    Re: step-by-step guide needed for novice

    https://www.zen-cart.com/tutorials/index.php

    that will be very helpfull for you... and any specific problems can be asked in the forum. :)
  32. Replies
    6
    Views
    1,235

    Re: locked out! help needed for complete novice

    https://www.zen-cart.com/tutorials/index.php?article=107
  33. Re: Already upgraded but - Your database appears to need patching to a higher level

    did you also update the database or just the files?
  34. Replies
    6
    Views
    1,235

    Re: locked out! help needed for complete novice

    only after you have installed zen cart.
  35. Replies
    2
    Views
    356

    Re: Trying to move my discount pricing

    Open up the:

    includes/templates/YOURTEMPLATE/tpl_product_info_display.php and search for:


    <p id="productPrices" class=" .... </p>

    cut that whole text and copy it underneath:
  36. Replies
    6
    Views
    1,235

    Re: locked out! help needed for complete novice

    This is the directory structure of zen cart:
    http://docs.algozone.com/themes/front/algozone/images/zc0001.gif

    So open up your FTP programm or filemanager and have a look on the server.

    cache,...
  37. Replies
    5
    Views
    867

    Re: Upgrading database to new directory.

    Yes you still need to that and alter both configure files to the new situation.
  38. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    I actually replied to this because DrByte asked what the reason would be to secure the contact form.

    At that moment I was under the impression that Dutch Law required SSL for all contact us forms...
  39. Replies
    5
    Views
    867

    Re: Upgrading database to new directory.

    you could move the files from store_new to the root. That is what most of us do. :)

    I mostly keep the old files just for reference and delete them after it is sure that the new shop runs...
  40. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    @kuroi

    His defense is that he is blogging as a private person not as a company.

    @Kim

    I took the liberty to email that same lawyer and here is his response:
  41. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    By a certifying authority which stand under supervision of the 'Raad voor Accreditatie' which has been established by the dutch ministry of economic affairs in 1981. link

    To get this certification...
  42. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    No it is not enforced actively by which i mean that if your contact us pages are not secured by SSL you will not get fined or cuffed right away.

    But it is necessary to get certified then they...
  43. Replies
    24
    Views
    1,241

    Re: Heeeeeeeeeeeelp!!!!

    or if you can do the CHMOD yourself using your FTP program
  44. Replies
    1
    Views
    359

    Re: hide a product if a special language

    Yes you would have to custom build that. So that the category services can be hidden for the english language... you might want to start with the hidden categories add on and change that to your...
  45. Re: Sell the same items as Retail and Wholesale

    You could use the dual pricing mod found in the free software add on section.
  46. Replies
    5
    Views
    867

    Re: Upgrading database to new directory.

    What you want to do is create a new directory on your server called shop_new for example and upload the new zen cart there... then you make all the changes you need on that shop (accessible through...
  47. Replies
    24
    Views
    1,241

    Re: Heeeeeeeeeeeelp!!!!

    catalog is your stores root... (not the serverroot but the place where the index.php is)
  48. Replies
    2
    Views
    425

    Re: can i Data Capture?

    Yes you can... they are called text attributes, you can attach them to any product you sell.
  49. Replies
    1
    Views
    322

    Re: Basic beginners help

    That is the featured list...

    Turn off all other listing in configuration->layout and keep only the featured listing. (Products in the spotlight)
  50. Replies
    29
    Views
    6,107

    Re: How to secure contact us page with SSL?

    Article 13 is the article from which through jurisprudence has been derived that SSL is mandatory for all pages on a website that transmits personal information.



    Basically that law states that...
Results 1 to 50 of 134
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR