Search:

Type: Posts; User: Wils

Page 1 of 3 1 2 3

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    5,197

    Re: Invoice module with invoice fee 1.3.7

    If you pm me your mail address I'll send it (I tried uploading to the contrib area at the time of of coding this, but never got passed all the logins). I may give it a try again...
  2. Replies
    2
    Views
    1,654

    Re: Payment information and image 1.3.7

    Hi,

    You find the stylesheet(s) in

    /includes/templates/YOUR_TEMPLATE/css/

    Either edit stylesheet.css or create a new stylesheet file (see the instructions in CSS_read_me.txt in the same...
  3. Replies
    724
    Views
    199,023

    Re: Printable Price list :: support thread

    I use price-list_v1.3-pre2.zip with IH2 on 1.3.7.

    /Wils
  4. Thread: HTMLarea invalid

    by Wils
    Replies
    67
    Views
    21,422

    Re: HTMLarea invalid

    If you have checked your settings in Admin > Configuration > My Store and it still does not work, a workaround is to use the Xinha editor for Firefox. Works great in all forms. Just make sure you...
  5. Replies
    10
    Views
    10,512

    Re: HTMLarea not showing -> fix included

    See also http://zen-cart.com/forum/showthread.php?p=347455#post347455 with two suggested very easy fixes to get HTMLAREA to show in 1.3.7.
  6. Thread: HTMLarea invalid

    by Wils
    Replies
    67
    Views
    21,422

    Re: HTMLarea invalid

    Two different solutions found:

    1. Comment line 21 out in admin/includes/htmlarea.php

    // echo ' _editor_lang = "'.strtolower($_SESSION['languages_code']).'";' .BR;

    2. In...
  7. Replies
    5
    Views
    5,197

    Re: Invoice module with invoice fee 1.3.7

    Sure thing! I'm not really promoting it, just wanted to share my work and give something back to the community... I've had it on my site for a while, but thought here may be wider interest here.
    ...
  8. Replies
    4
    Views
    1,626

    Re: pay by invoice if county=x

    RonnyB, I updated the files you provided so

    - the invoice fee is now shown with tax
    - an invoice fee notice is given as is done for the COD payment option

    and checked the files for 1.3.7....
  9. Replies
    9
    Views
    2,352

    Re: Invoiced payment module?

    I posted another invoice module here. An invoice fee can be added in order total.
  10. Replies
    2
    Views
    1,654

    Payment information and image 1.3.7

    Payment information and image for Zen-Cart 1.3.7


    The contrib can do three things:

    Add a description of a payment option
    Add an image for a payment option
    Add detailed instructions just...
  11. Replies
    5
    Views
    5,197

    Invoice module with invoice fee 1.3.7

    I have updated an old invoice module to 1.3.7 and done some further clean-up (for example now the fee is shown with tax in ot).


    The contrib gives customers the option to select to pay by...
  12. Re: BLOB/TEXT column 'products_options_values' can't have a default value ??

    Just want to share, I had the same going from 1.3.0.2 --> 1.3.5 in the route to 1.3.7

    It started with
    1101 BLOB/TEXT column 'query_description' can't have a default value
    in:
    [ALTER TABLE...
  13. Replies
    8
    Views
    2,203

    Re: Swedish payment modules?

    Regarding the certitrade module, is the customer sent to your site and then back, or is payment integrated in the cart?

    Do you have a demo/screen shots?

    Thanks, Wils
  14. Replies
    3
    Views
    1,059

    Re: Adding message on payment page

    See also http://zen-cart.com/forum/showthread.php?t=56079 for more on my ideas, which may be what you are looking for.

    /Wils
  15. Replies
    3
    Views
    1,059

    Re: Adding message on payment page

    Hi,

    I have done the same (to notify customers that they will be redirected and then sent back), and am working on a small contrib both for the checkout_payment (general payment information+image)...
  16. Replies
    8
    Views
    2,370

    Re: Importing Product Data from CSV?

    Hi,

    There is a contribution called Easy Populate (Standard) found at http://www.modhole.com
  17. Thread: Echo Pmt mod?

    by Wils
    Replies
    3
    Views
    1,384

    Re: Echo Pmt mod?

    Ok, sorry, have no further info on that.
  18. Thread: Echo Pmt mod?

    by Wils
    Replies
    3
    Views
    1,384

    Re: Echo Pmt mod?

    Is echo pmt the full name of the contrib? What does it do?
  19. Replies
    1
    Views
    936

    Re: Payment descriptions and icons

    OK, this is one way:

    in tpl_checkout_payment_default.php in the <label> at line 136 before </label>

    add something like


    if...
  20. Replies
    1
    Views
    936

    Payment descriptions and icons

    I have been looking for a contrib/solution to show a description+image for each payment option.

    I get halfway by inserting the data into
    MODULE_PAYMENT_SOMETHING_TEXT_TITLE
    where I can do line...
  21. Thread: PDF Catalog

    by Wils
    Replies
    1
    Views
    994

    Re: PDF Catalog

    This thread gives some info:

    http://zen-cart.com/forum/showthread.php?t=43347&highlight=pdf+catalog

    There is both a link to an archived contrib, and a new for OSC.
  22. Thread: Mulitple Images

    by Wils
    Replies
    12
    Views
    2,032

    Re: Mulitple Images

    Hi,

    Use _ for the additional images. Just using the first few characteras didn't work on one of my installations (as in the Fred example in the tutorial).

    Example:

    basename.jpg...
  23. Replies
    4
    Views
    1,676

    Re: Looking fore swedish help

    Hi,

    How far did you get? Is the MySQL database up and running? Can you run queries from a command prompt?
  24. Replies
    2
    Views
    1,049

    Re: Only can add one image for the products?

    Use _ to add images.

    image.jpg
    image_01.jpg
    image_02.jpg

    etc.

    Look at the tutorial on this:
  25. Thread: Adding pages

    by Wils
    Replies
    2
    Views
    906

    Re: Adding pages

    You can add as many EZ-pages as you like. Look at

    https://www.zen-cart.com/tutorials/index.php?article=117

    for info on how they work. To my knowledge they can't contain php code, unless you...
  26. Replies
    14
    Views
    5,729

    Re: Multiple (additional) images for the same item?

    This was due to the add to cart being in the layout, but hidden.

    Adding

    display: none;

    to #cartAdd

    solves this (site running in showcase mode).
  27. Replies
    14
    Views
    5,729

    Re: Multiple (additional) images for the same item?

    Hi,

    I have had the same issue (product type setting OK and tried different templates).

    Looking more into it, I just realized that

    image.jpg
    image-01.jpg
    image-02.jpg
  28. Replies
    6
    Views
    1,795

    Re: align product image to right

    My take is that CSS is the way to go. Have not done extensive testing, but why not look at

    #productMainImage {
    float: right;
    margin: 0em 5em 1em 5em ;
    }

    /Wils
  29. Thread: Is this possible

    by Wils
    Replies
    12
    Views
    2,876

    Re: Is this possible

    Hi,

    Try to put in the complete path to the file, in your case:

    /home/courte5/public_html/dev/includes/languages/english/html_includes/define_page_3.php

    What you use may depend on if its a...
  30. Replies
    5
    Views
    1,313

    Re: Help with sidebox colors

    Hi,

    Instead of editing the image file edit the css file. This way you can easily switch images or switch with templates.

    Find stylesheet.css in \includes\templates\your_template\css

    Look at ...
  31. Thread: Is this possible

    by Wils
    Replies
    12
    Views
    2,876

    Re: Is this possible

    Hi again,

    Another option is to use


    <!-- EDIT BELOW THIS LINE -->
    <iframe src="includes/languages/english/html_includes/define_page_3.php"
    name="iframe" width="150" marginwidth="10"...
  32. Thread: Is this possible

    by Wils
    Replies
    12
    Views
    2,876

    Re: Is this possible

    Hi Jonah,

    Get a "fresh" blank side box, and get it to function as expected (install as instructed in the contrib).

    Then, in includes\templates\template_default\sideboxes edit the file...
  33. Replies
    4
    Views
    1,155

    Re: How can I query ZC DB from an outside page?

    Ok, got you. I/we could certainly beef up the simple code I provided to extract price and image etc (it all there in the queries).

    However, if you really want it to look like the "standard"...
  34. Re: Offline program for product creation..am I going in the right direction?

    Hi,

    I think your approach sounds very interesting. As I don't know how you coded the SQL generation, I don't know how difficult it would be update the approach to keep track of what has already...
  35. Replies
    4
    Views
    1,155

    Re: How can I query ZC DB from an outside page?

    Hi,

    This should be the basic code:




    // Select the database
    $db= mysql_select_db("$db_name", $dbh) or die("Could not select database.");
  36. Thread: Is this possible

    by Wils
    Replies
    12
    Views
    2,876

    Re: Is this possible

    Hi,

    I have had a similar requests, and used various solutions:

    One file on site: Use the "blank side box" to just take data from a local text (html) file. This file can by put on-line by ftp,...
  37. Replies
    23
    Views
    4,148

    Re: Can not use HTMLarea...Why?

    dlaitila, OK, I misunderstood. If you are using English, then there should be no changes to make (language code 'en'). But FYI, the file en.js would be copied into xy.js in the same directory (where...
  38. Replies
    23
    Views
    4,148

    Re: Can not use HTMLarea...Why?

    Hi,

    In the folder \editors\htmlarea\lang\ copy the file en.js to xy.js, where xy is the languade code of the language you are using.

    In the file xy.js, find the line
    lang: "en", and change...
  39. Replies
    5
    Views
    1,379

    Re: My domain as homepage

    Hi,

    One quick fix would be to use an iframe in the index.html of your site.

    The only contents would be

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
    <html>
    <head>...
  40. Thread: White space

    by Wils
    Replies
    2
    Views
    1,283

    Re: White space

    I looked at your code, and there is a <br class="clearBoth" /> which I don't see in one of my recent sites. You may try to change to <class="clearBoth">.

    Also, try to revert to the default CSS to...
  41. Replies
    8
    Views
    1,585

    Re: phpnuke frontpage intergration

    It may not be a direct answer to your request, but my few cents. I was doing the same in the past. Using a CMS like Joomla and Limbo as the main engine, and patching up with cart parts.

    I now do...
  42. Re: Remove sort by drop down in new and featured products listing

    Thanks for the input Kobra,

    I sort of remember a setting but just can not find it. I'm currently experimenting with editing the css instead of the code:

    #sorter {display:none}

    or

    #sorter...
  43. Replies
    1
    Views
    804

    Re: new products layout

    Hi,

    Get the web developer kit for Firefox, and you can edit the css live.

    http://chrispederick.com/work/webdeveloper/ (installs as a plugin in Firefox)

    If you don't remember what changed,...
  44. Replies
    23
    Views
    4,148

    Re: Can not use HTMLarea...Why?

    Commenting out the line for tool tips indeed works (so does forcing lang=en).

    However, the cause for the issue, as noted below) seems to be that HTML area does not like incomplete language files....
  45. Remove sort by drop down in new and featured products listing

    Having searched various places without success, I wonder how to remove the sort by drop down in new and featured products listing.

    File to override?
  46. Replies
    3
    Views
    1,853

    Re: Delete or modify banner group name?

    It is... I updated the Wiki as well.
  47. Replies
    3
    Views
    1,853

    Re: Delete or modify banner group name?

    Found it. A banner group which is made empty is deleted.
  48. Replies
    3
    Views
    1,853

    Delete or modify banner group name?

    Hi, I'd like to know if there a way to edit a banner group name and/or delete a group from admin. Or is that better done straight in the database?
  49. Replies
    5
    Views
    2,889

    Re: Adding links to header menu--Logo.gif link

    I know there are many requets, but this would be a nice standard option for an EZ-page link.
  50. Replies
    113
    Views
    50,221

    Re: PHP inside ezpages

    $titlecheck=substr($var_pageDetails->fields[pages_title],0,9);
    if ($titlecheck=="allowcode"){
    eval(stripslashes($var_pageDetails->fields['pages_html_text']));}
    else{echo...
Results 1 to 50 of 120
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR