Search:

Type: Posts; User: hugo13

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    4,418

    Re: Demo site for new releases

    you can look at: demo.zen-cart.at == zc1.5.0 demo
  2. Replies
    1
    Views
    691

    [Done v1.5.0] german zone typo

    little typos in mysql_utf8.sql

    @@ -343 +343 @@
    -INSERT INTO zones VALUES (80,81,'BAW','Baden Würtemberg');
    +INSERT INTO zones VALUES (80,81,'BAW','Baden-Württemberg');
    @@ -357 +357 @@
    -INSERT...
  3. Replies
    61
    Views
    42,203

    Re: template switch addon

    thanks

    no need for update, works with 1.3.9.

    does this work ?
    http://YourServer.COM/index.php?main_page=index&template_switch_id=classic (YOUR TEMPLATE)

    if yes, sidebox activated ?
    ...
  4. Replies
    1,667
    Views
    287,401

    Dpu2

    i think
    $this->_responseText['priceTotal'] .= $currencies->display_price($this->_shoppingCart->total, $product_check->fields['products_tax_class_id']);should be
    ...
  5. Re: Problems with apostrophes in my product search.

    is this a correct search ?
    http://demo.zen-cart.at/index.php?main_page=advanced_search_result&search_in_description=1&keyword=HUGO13+with+%27+%28apostrophes%29
  6. Re: Error deleting ALL attribs: Fatal error: Cannot use object of type queryFactoryRe

    this bug is back with PHP5.3 support == http://www.zen-cart.com/forum/showthread.php?t=140960
    because $products_delete_from->fields['products_attributes_id'] is lost again

    same with...
  7. Replies
    61
    Views
    42,203

    Re: template switch addon

    I think you can do all what you can do with css
    look at: http://demo.zen-cart.at/index.php?main_page=index&template_switch_id=css


    #navColumnTwo {
    width: 111px !IMPORTANT;
    }
    ...
  8. Replies
    61
    Views
    42,203

    Re: template switch addon

    @ideasgirl
    look at :: http://demo.zen-cart.at/index.php?main_page=index&template_switch_id=viennablood

    viennablood == the standard german-template; 800px
    XAJAX == 1024px & ajax for products...
  9. Replies
    61
    Views
    42,203

    Re: template switch addon

    sorry for confusion

    1)
    you have only to manipulate 1 template file :: includes\templates\YOUR_TEMPLATE\common\main_template_vars.php
    if the file does not exist, copy the one from...
  10. Replies
    61
    Views
    42,203

    Re: template switch addon

    one way could be to change the database-entry IMAGE_USE_CSS_BUTTONS
    UPDATE configuration SET configuration_key = 'IMAGE_USE_CSS_BUTTONS_' WHERE configuration_key = 'IMAGE_USE_CSS_BUTTONS' LIMIT 1;...
  11. Replies
    61
    Views
    42,203

    Re: template switch

    edit SHOP_ROOT/images/templates.txt file
    or goto admin > tools > templateSwitcher & the file will be generated ( if you have write permissions fot the images-folder )
  12. Replies
    61
    Views
    42,203

    Re: template switch

    do you see the file includes/templates/template_default/common/tpl_header.php
    compare your template_default with the downloaded source





    ==...
  13. Replies
    61
    Views
    42,203

    Re: template switch

    template_switch works only with the 1.3.x series

    please use :: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=860
  14. Replies
    2
    Views
    1,488

    Re: Additional VAT field to customer application

    look at: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=89
  15. Replies
    61
    Views
    42,203

    Re: template switch

    the only difference to the original file, are the lines 38..50
    /**
    * The actual template directory to use
    */
    $template_dir = 'classic';
    if(isset($_GET['template_switch_id'])){...
  16. Replies
    1
    Views
    936

    Re: Category Id modifications

    categories_id is an auto_increment-database field and so this is a normal mysql behavior (the same play with ms_access)
  17. Replies
    2
    Views
    936

    Re: New Build - Pretty Slow

    have a look at: http://code.google.com/intl/en-EN/speed/page-speed/download.html
  18. Replies
    17
    Views
    3,805

    Re: Need help w/ SQL query in phpMyAdmin

    SELECT products_description.products_name, products_description.products_description, products_description.products_id, products.products_image, products.products_price_sorter
    FROM...
  19. Replies
    17
    Views
    3,805

    Re: Need help w/ SQL query in phpMyAdmin

    try this one
    SELECT products_description.products_name, products_description.products_description, products_description.products_id, products.products_image, products.products_price_sorter
    FROM...
  20. Thread: pdf mailer?

    by hugo13
    Replies
    9
    Views
    1,196

    Re: pdf mailer?

    yes its linked to sourceforge.net, like the download-link of zc138
  21. Thread: pdf mailer?

    by hugo13
    Replies
    9
    Views
    1,196

    Re: pdf mailer?

    for simpler klicking :: http://demo.zen-cart.at/docs/rl_invoice3/index_en.html
  22. Thread: pdf mailer?

    by hugo13
    Replies
    9
    Views
    1,196

    Re: pdf mailer?

    look at: demo.zen-cart.at/docs/rl_invoice3/
  23. Replies
    3,557
    Views
    540,413

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    the 3 *.js files must be placed in the folder ShopRoot/ajax/*.js
    the same way as the other files
  24. Replies
    39
    Views
    21,693

    Re: Invoice-to-PDF Mailer [support thread]

    you can try this one :: http://demo.zen-cart.at/docs/rl_invoice3/index_en.html
  25. Replies
    372
    Views
    56,861

    Re: Order Editor 1.3.7 Issues

    you can try
    http://demo.zen-cart.at/docs/rl_invoice3/index_en.html
    download: http://downloads.sourceforge.net/zencart-german/rl_invoice3_512.zip?use_mirror=

    one feature is, to resend an...
  26. Replies
    1
    Views
    1,448

    Re: Creating a link to an Ez-Page

    a real code like
    echo zen_ez_pages_link(18, 0, false, false, false); works well;
    important: page ID && chapter number must exist; otherwise, if the parameter return full url == true, a "hidden...
  27. Replies
    1,193
    Views
    220,320

    Re: Tabbed Products ''LITE'' version - Delimiter based

    the original template file does not deal with ereg_replace;
    please post lines tpl_product_info_display.php on line 248 & 261



    yes TPP works well with IH2 & zen_lightbox; look at:...
  28. Replies
    20
    Views
    17,523

    Re: Admin auto login for a cron job

    NO, it's only the number in the name
  29. Replies
    20
    Views
    17,523

    Re: Admin auto login for a cron job

    yes, this makes a great difference

    1) if you have one, you have to edit /admin/init_includes/overrides/init_admin_auth.php in the same way as /admin/init_includes/init_admin_auth.php

    2) you...
  30. Replies
    20
    Views
    17,523

    Re: Admin auto login for a cron job

    the cron1-example do a similar thing, so please try the cron1 example. if this dont work, then please look again at /admin/init_includes/init_admin_auth.php

    you can try it directly in the browser:...
  31. Replies
    4
    Views
    724

    Re: Image handler 2 problem

    do you have set the permission also for
    /home/Cashvisi/domains/cashvisionco.myauctionblox.com/public_html/bmz_cache
  32. Replies
    14
    Views
    1,851

    Re: Attributes Controller

    you can test/see this functionality at :: http://demo.zen-cart.at/index.php?main_page=page&id=26
  33. Replies
    20
    Views
    17,523

    Re: Admin auto login for a cron job

    if you add a line like
    echo "<hr>" . $content;at the end of the file cron1.php you can display the content (which is send via mail) at the console; the syntax is the same as the cron-job-syntax
    ...
  34. Replies
    20
    Views
    17,523

    Re: Admin auto login for a cron job

    you dont need to add a line before your cronjob
    you have to create a file in the admin folder
    for example cron1.php

    <?php
    // filename: cron1.php
    // make changes in...
  35. Re: How to add multi-language version in one installation of zen cart?

    look at :: http://www.zen-cart.com/wiki/index.php/Developers_API_Overrides

    an other way: try the german-version (languages: german & english) ::...
  36. Thread: Slideshow2

    by hugo13
    Replies
    7
    Views
    1,679

    Re: Slideshow2

    the simplest way is to put the folders-structure from Slideshow 2! into your shop-folder-structure

    OR

    or if you want autoloading the js-files, you can put it into the jscript-folder of your...
  37. Thread: search UTF8

    by hugo13
    Replies
    3
    Views
    2,390

    Re: search UTF8

    yes I know the mbstring functions, but: I prefer a general solution; mbstring is a non-default extension ( http://de.php.net/manual/de/mbstring.installation.php )
    because I use on my host...
  38. Thread: search UTF8

    by hugo13
    Replies
    3
    Views
    2,390

    search UTF8

    searching for umlauts ( like äöü...) doesnt bring any result

    because the function zen_parse_search_string converts the searchString to lower, the search fails because the php-function strtolower...
  39. Replies
    3
    Views
    1,214

    Re: Attach pruduct's pdf file

    its not the admin, its the product
    look at :: http://demo.zen-cart.at/index.php?main_page=product_info&cPath=69_72&products_id=192&template_switch_id=viennablood
    its based on TPP
  40. Replies
    3,557
    Views
    540,413

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    is there any error/message when you hit the "store button"; if you use admin-profiles, you must grant permission to 2 products with attributes stock-files
  41. Replies
    3,557
    Views
    540,413

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    I made a while ago an addition

    Amendments from 4.7 to 4.7ajax
    added ajax functionality

    * search filter: "%ma" filters all produchts with "ma" in products-name or in products-model; the...
  42. Replies
    39
    Views
    12,119

    Re: Sales tax calculations incorrect.

    English is so easy for me as for you German :P

    I'm sorry to tell that that patch only resolves a minor rounding problem; a product-price 9,99 was rounded up to 10,00

    the next posters told about...
  43. Replies
    4
    Views
    3,591

    Re: software license key files

    I did a similar thing, but used the observer NOTIFY_CHECKOUT_PROCESS_AFTER_ORDER_CREATE_ADD_PRODUCTS

    at this point i create a license-file (manipulate the downloadable-file) & store it in the...
  44. Re: Cool Idea/Question About Demographic Add-ons

    use a sql-statement like

    SELECT AVG((YEAR(CURDATE())-YEAR(customers_dob)) - (RIGHT(CURDATE(),5)<RIGHT(customers_dob,5))) AS age
    FROM zen_customers WHERE customers_dob > 0

    OR
    SELECT...
  45. Replies
    31
    Views
    12,233

    Re: tax calculation

    I think, the php-function round is buggy ( http://php.net/manual/de/function.round.php see the comments and workarounds: setting of type, doesnt helped)

    bcmul & co is problematic, because php...
  46. Replies
    31
    Views
    12,233

    Re: tax calculation

    MY VALUES: ( http://demo.zen-cart.at/index.php?main_page=product_info&cPath=65&products_id=184 )

    Products Price (Net): 53.1526
    Products Price (Gross): 63.2516
    Tax: 19%

    ==> shopdisplay...
  47. Replies
    31
    Views
    12,233

    Re: tax calculation

    /includes/functions/functions_taxes.php
  48. Replies
    39
    Views
    12,119

    Re: Sales tax calculations incorrect.

    have a look at: http://www.zen-cart.com/forum/showthread.php?t=105356
    maybe this helps

    you can find this patch at http://www.zen-cart.at/zcvb/forum/vbglossar.php?do=showentry&catid=9&id=5 (rev...
  49. Replies
    4
    Views
    939

    Re: user-customizable product addon?

    look at
    SHOP:: http://demo.zen-cart.at/index.php?main_page=product_info&cPath=65&products_id=185&number_of_uploads=1&language=en

    Admin:: http://demo.zen-cart.at/index.php?main_page=page&id=30
    ...
  50. Thread: SQL Query

    by hugo13
    Replies
    16
    Views
    2,778

    Re: SQL Query

    without order table

    SELECT address_book.entry_company, address_book.entry_firstname, address_book.entry_lastname, address_book.entry_suburb, address_book.entry_city, address_book.entry_state,...
Results 1 to 50 of 178
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR