Search:

Type: Posts; User: marksu

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    706

    Re: find database login info?

    Thank you:smile:
  2. Replies
    3
    Views
    706

    find database login info?

    Where can I find my zen cart databse login info like username and password?
  3. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Sorry I had one character missing on my code here is the right one.

    // Department that you will be monitoring.
    if ($_SESSION['languages_code'] == 'fi'){

    $cs_dept = "2";
    }
    else{
    $cs_dept...
  4. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Just some info if some one need.

    Now I updated the CS to 2.15.0 which was just simply to overwriting files. Also run setup.php according to instructions but not sure if that is mandatory.

    Also...
  5. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    OK I figured out how to change the image dynamically on the side box according to the selected language.

    In file tpl_craftysyntax_sidebox.php change the line:

    $cs_dept = "1";

    TO

    //...
  6. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    It works, even though have not yet updated to newest version.

    One trouble still is to define separate images for different languages.

    Setting different department you can setup different images...
  7. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    I desided try the installation and see what happends.

    Found this chat shat has good info.

    http://www.zen-cart.com/forum/showthread.php?t=97945&highlight=Crafty+Syntax+Live+Sidebox&page=2
  8. Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    2. Also interested if it is suite also for multiple languge sites.
    I would need to setup at least english and finnish languages.
    I might have to define own languge for finnish as that might not be...
  9. Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Does Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    marksu
  10. Re: Product edit form tax calculation give wrong value

    Thank you DrByte I totally forgot that conversation.
  11. Replies
    361
    Views
    103,703

    Re: Vat-gross Prices Are Not Computing Correct

    I got same problem at my store.
    How can I make it calculate Gross and net correctly?

    Module reguires to have 2 Taxable Goods settings EEC VAT Zone and local country (finland).
    Both are set tax...
  12. Re: Product edit form tax calculation give wrong value

    1.
    Last message I ment 22% not 25%.

    2.
    I am using "VAT-mod for European companies" module.
    Module reguires to have 2 Taxable Goods settings EEC VAT Zone and local country (finland).
    Both...
  13. Product edit form tax calculation give wrong value

    Product edit form calculates the NET and Gross wrong.
    Products Price (Net): 100
    Products Price (Gross): 144 --Wrong as should add only 25% tax

    I believe I saw a link before to a solution of...
  14. Thread: Meta Tags

    by marksu
    Replies
    7
    Views
    638

    Re: Meta Tags

    It seems to be generated by the product description.
  15. Thread: Meta Tags

    by marksu
    Replies
    7
    Views
    638

    Re: Meta Tags

    I have same problem. The "Description" meta tag is not in meta_tags.php file?
    Neither can it be found in Admin setting.

    I also did a word seach to see if any files in site containt specific ...
  16. Re: Language set by browser gives wrong meta tag languages

    The reference document "Social Bookmarking - manual instructions"
    can be downloaded here:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=984
  17. Re: Language set by browser gives wrong meta tag languages

    What it does is following:

    Instead of getting the url using javascript "location.href" php generates the url to a string.

    Code checks if the current URL is missing language= tag and if so it...
  18. Re: Language set by browser gives wrong meta tag languages

    OK I had some silly mistakes.

    Here is the new code.

    <?php

    // Code from http://www.bradino.com/php/get-current-url/
    $URL = (!empty($_SERVER['HTTPS'])) ?...
  19. Re: Language set by browser gives wrong meta tag languages

    Auch still not working I got to do some checking.
  20. Re: Language set by browser gives wrong meta tag languages

    Yes thank you again, even though I in the end found that out.
    Propaply there is even easyer way to do it but at least it works.

    Here is my solution if anyone interested.

    Note I used the...
  21. Re: Language set by browser gives wrong meta tag languages

    Is ther a function in ZC like getcurrentLanguage() or similar?
  22. Re: Language set by browser gives wrong meta tag languages

    Hmm the problem seems to be in the facebook link and not zen cart it self.

    Problem is that the facebook link uses location.href to define the url and then the language paramether are missing....
  23. Re: Language set by browser gives wrong meta tag languages

    I did the update but it did not help at all.
  24. Re: Language set by browser gives wrong meta tag languages

    Languge works in general OK only the meta tag dont seem to understand it or meta tag is set before the language?

    Any tips on where to find the code that sets the meta tag content?
  25. Re: Language set by browser gives wrong meta tag languages

    Thank you DrByte. I will try them out.
    I realy need the language by browser feature.
  26. Language set by browser gives wrong meta tag languages (with customization of addon)

    I have the default site language set by browser.
    When comming to the site it displays the site in Finnish language which is OK.

    Problem is that is uses english metatags.

    I added facebook link...
  27. Replies
    753
    Views
    166,603

    Re: Gap between sub menus

    Thank you for your solution.
    I did not realise before now that someone responded with a solution to my question.

    Thanks
  28. Replies
    753
    Views
    166,603

    Re: Gap between sub menus

    Thank you for your reply.
    Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
    I will try to solve it on my own then and also...
  29. Replies
    753
    Views
    166,603

    Re: Gap between sub menus

    My template is designed to widen to hole screen width.
    Problem is on wide screen monitors.

    When clicking on the menu to get sub menu visible the sub menu has too large gap to the root menu.
    ...
  30. Re: How to diable price display and display for certain users

    OK I figured it out.

    Configuration - Customer Details

    Customer Approval Status - Authorization Pending
    Customer must be Authorized to shop
    0= Not required
    1= Must be Authorized to Browse
    2=...
  31. Re: How to diable price display and display for certain users

    I understand following:

    Configuration - Customer Details
    0= Not required
    1= Must login to browse
    2= May browse but no prices unless logged in
    3= Showroom Only

    I like user to see the...
  32. How to diable price display and display for certain users

    I like to change my site so only registered users can see the price.
    Including the attribute prices.

    Also that user can register, but then I would manually define if he has the right to see the...
  33. Replies
    514
    Views
    118,178

    ERROR: FualSlimboxOptions is not defined

    EDIT: Never mind sorry it just started to work again even though I did no changes.
  34. Re: How to include other page to product description

    Thank you for your fast reply.

    I just found page:
    http://www.thatsoftwareguy.com/zencart_php_in_description.html

    same as your referenced thread also refereces to.

    Thanks
  35. How to include other page to product description

    How can I add a other page content to a product description.

    I tried adding following to product description.
    1.
    <!--#include virtual="http://www.dimain.com/?productID=871" -->

    2.
    I also...
  36. Replies
    523
    Views
    118,280

    Re: Drop Shipping Purchase Orders Module for v1.3.8

    Well one major missing feature is that I cant store supliers own product id. It send only my stores model ID which does not help supplier at all.
  37. Replies
    523
    Views
    118,280

    Re: Drop Shipping Purchase Orders Module for v1.3.8

    Hi excellent module. Just installed it.

    Here is couple improvement succestions.
    1.
    Add shipping fee field for the suplier to input.
    Also possibility for store owner to add the actual shipping...
  38. Replies
    846
    Views
    218,737

    Re: Google SitemapAdmin

    Exvcellent I am sure there are nice new features you come up with. :)

    In mean time wating for the new version I would be happy to help out with this problem.
    I been trying to look in to it...
  39. Replies
    846
    Views
    218,737

    Re: Google SitemapAdmin

    Well well it is still Google SiteMap problem, but yes the code might not be inside Google sitemap. Could be even some core code that Google Map uses.
    Well "language=" serch does not give any good...
  40. Replies
    846
    Views
    218,737

    Re: Google SitemapAdmin

    Where is the code that creates sitemap links.

    I want to change the links so also the default language link gets the language=x paramether.
  41. Re: Tax values are calculated wrong when adding products

    OK maybe I shoudl dload that wercion and check the function.
    Thanks for the tip.
  42. Re: Tax values are calculated wrong when adding products

    Thank you for replying.
    Still my big question is that why zen_get_tax_rate(...) function is summing my tax values and giving false result. I have edited it so it does not do that anymore . Still...
  43. Re: Tax values are calculated wrong when adding products

    The example above to add new product seems to use other function not function zen_get_tax_rate(...) cause when I changed the function it still gave that same problem.

    Seems as a other module uses...
  44. Re: Tax values are calculated wrong when adding products

    Then function zen_get_tax_rate(...) lookes like below.
    It is in ...admin\includes\functions\general.php file.

    I do not understand why function sum the tax rates?
    I could edit the function but...
  45. Tax values are calculated wrong when adding products

    Some reason zen_get_tax_rate() calculates the tax wrong.
    It return 44 and not 22 on my products. It sums the two Tax Rate values (22%). What am I doing wrong?

    Example when adding a product.
    ...
  46. Replies
    34
    Views
    6,150

    Re: Specials Sidebox showing on home page only

    I am wondering the same thing.
  47. Replies
    785
    Views
    157,785

    Re: AJAX IMAGE Swapper support thread

    Excellent :smile:
  48. Replies
    785
    Views
    157,785

    Re: AJAX IMAGE Swapper support thread

    I get the same "loading image forever icon" on my site with IE 7 and Firefox.
    Was there a fix and which file need to be edited.
  49. How to display 2 separate product stock values?

    Does a module exist where you can display 2 separate product quantity values?

    I need that cause other value would show stores own stock and the other supliers stock value.
    We would edit them our...
  50. Replies
    753
    Views
    166,603

    Re: Support for CSS Flyout Menu

    My template is designed to widen to hole screen width.
    Problem is on wide screen monitors.

    When clicking on the menu to get sub menu visible the sub menu has too large gap to the root menu.
    ...
Results 1 to 50 of 260
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR