Search:

Type: Posts; User: MarW

Search: Search took 0.01 seconds.

  1. Replies
    153
    Views
    143,326

    Sticky: Re: Adding New Product_types

    Hi!

    Moku's "Product type book" (http://www.zen-cart.com/forum/showthread.php?t=35389 works fine with the 1.3.6 version of Zen Cart.
  2. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi!

    1. Select "Catalog/Product types"
    2. Click TWICE on "Product - book"
    3. Click "edit layout"

    On that page you have "Show ISBN on product listings" and "Show Model Number", try these.
    ...
  3. Thread: Header Background

    by MarW
    Replies
    3
    Views
    5,247

    Re: Header Background

    Hi!

    You may find a solution in this thread.

    Good luck!
  4. Replies
    1
    Views
    1,429

    Re: Listing zen cart in search engine

    Hi!

    Here's a discussion about your search engine question.
  5. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Sure, but it'll take some SQL skills to to this.

    I just had a quick look at the tables, so the list may not be complete, but you'll have to do these:

    - products table: update the products_type...
  6. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi!

    It'll work if you use Zen 1.3 or any later versions. You can find instructions in the downloaded archive (readme.txt I guess).

    In case you get stuck or need any help I'll be here tomorrow....
  7. Replies
    7
    Views
    1,665

    Re: Exporting db with specials characters

    Here is the FAQ section about DB backup/restore.

    Good luck again, please report back if it was successful!
  8. Replies
    7
    Views
    1,665

    Re: Exporting db with specials characters

    OK, I've checked it.

    I also use UTF-8 charset in my database, with lots of non-english characters like ó,ő,ú,ü,ű,á,é etc.

    Here's what I've done:
    1. Checked the table, everything looks fine in...
  9. Replies
    7
    Views
    1,665

    Re: Exporting db with specials characters

    I use the same, so I'll try it and see if I can figure it out.

    Give me a couple of hours for this, I'm at work now and they always try to keep me away from my site with any boring tasks they can...
  10. Replies
    4
    Views
    3,114

    Re: how to find out name of sql database

    Hi!

    1. Open PHPMyAdmin
    2. Select the database
    3. Click "Export"
    4. Click "Select all" on the left
    5. Click "Save as file"
    6. Select all the options you need on the right
    7. Click "OK"
  11. Replies
    7
    Views
    1,665

    Re: Exporting db with specials characters

    Hi!

    I don't know what could cause your problem, PHPMyAdmin should save the backup file with the same charset as your tables. I guess the characters are displayed fine on your site.

    What charset...
  12. Re: Can't get past Step 1 of 3, Delivery Information Shi...

    Thanks Ajeh! I'm going to have another look at it.
    I don't know much about SSL, I guess it's about time to start using google and learn about it. :wacko:

    Thank again!
    :lookaroun
  13. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    I would've posted the same idea, I'm glad you figured it out yourself and it works!
    :lookaroun
  14. Re: Can't get past Step 1 of 3, Delivery Information Shi...

    Whooops.

    This is the correct link.
  15. Re: Can't get past Step 1 of 3, Delivery Information Shi...

    Hi!

    Can SSL cause problems with this?
    I'm only using flat rate, it worked before i set the shop to use SSL (shared certificate, from my hosting provider). I've read all the threads about the...
  16. Replies
    2
    Views
    969

    Re: DB backup corruption

    Hi!

    Did you save the backup in a .txt file?
    What do you see, if you open this file? If you see the unexpected characters there as well, then you could simply replace them with spaces and do the...
  17. Replies
    3
    Views
    1,489

    Re: database pre-fix, can I change it?

    Hi!

    Yes, you can, but it'll take some time.

    You have to rename every table in the database:
    ALTER TABLE `zentablename` RENAME `zen_tablename` ;

    Then you have to change the prefix settings...
  18. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi tekram!

    I guess it shouldn't be a problem, provided that your database settings are correct. Which means, that you use a charset (UTF-8), that can store both english and arabic characters.
    ...
  19. Re: Vertical position of side boxes (bring them down)

    Tried to refresh my memory today:

    #categoriesHeading is OK, but there's no #searchBoxHeading, it's called #searchHeading.

    clydejones is right, this will only work if you use an 1.3+ version.
  20. Re: Vertical position of side boxes (bring them down)

    Hi!

    Just an idea, I can't check it now, so don't forget to backup your CSS file before changing anything.

    You should add (or change) two lines in your stylesheet:

    #categoriesHeading
    {
    ...
  21. Replies
    4
    Views
    1,568

    Re: logo.gif help needed

    Hi!

    There's a file named header.php in your language directory (default: /includes/languages/english). You should change this line:
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    to
    ...
  22. Replies
    4
    Views
    13,178

    Re: How do I bulk upload?

    Hi!

    There's an mod available for your problem. You can find more information here:

    http://www.zen-cart.com/forum/showthread.php?t=34970
  23. Replies
    2
    Views
    1,086

    Re: MySQL Database error message help needed please

    Hi!

    You can find more information about the second database (with 16 tables) here:http://dev.mysql.com/doc/refman/5.0/en/information-schema.html

    Summary:
    "INFORMATION_SCHEMA is the information...
  24. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi moku!

    By default the authors sidebox shows every author in the database, even if you have none of their books in the store. I have a list of authors that I could upload in the DB with a simple...
  25. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi!



    This doesn't seem to be an error message to me, it's the URL of the installer of ZC.

    I'm using moku's contibution as well and I haven't experienced anything like this, so I'm a bit...
  26. Replies
    3
    Views
    1,378

    Re: Configure.php security

    Hi!

    Same problem for me (I can set 644, 777, but not 444), I've tried every possible solution posted on this and other forums, nothing worked. So I'm pretty sure it's some server side setting, try...
  27. Thread: mySQL help

    by MarW
    Replies
    3
    Views
    1,066

    Re: mySQL help

    Hi!

    Try this:

    UPDATE customers, address_book
    SET customers.customers_default_address_id = address_book.address_book_id
    WHERE address_book.customers_id = customers.customers_id

    Don't...
  28. Thread: Layout issues...

    by MarW
    Replies
    14
    Views
    3,702

    Re: Layout issues...

    Are you using 1.3?

    That's what I see in layout settings, it should be right under the navigation separator:

    Bread Crumbs Navigation Separator  .::. 
    Define Breadcrumb Status 1
  29. Thread: Layout issues...

    by MarW
    Replies
    14
    Views
    3,702

    Re: Layout issues...

    Breadcrumbs:
    Yes, you shold set admin/configuration/Layout Settings/Define breadcrumb status to 0.

    Information sidebox:
    I'm not sure about this one, maybe you should comment the sections in...
  30. Replies
    646
    Views
    195,793

    Re: Product Type Book (by moku)

    Hi!

    I've just installed the new version, so far everithing seems to be working fine, the bugs mentioned in the old thread disapperared.

    Well done!
    :thumbsup:


    One suggestion to the SQL...
  31. Thread: Layout issues...

    by MarW
    Replies
    14
    Views
    3,702

    Re: Layout issues...

    Hi n5k!

    What if you create a category for each of your items.
    Turn on the categories sidebox.
    Set admin/Configuration/Layout settings/Skip 1-prod Categories to true.

    This way, when you select...
Results 1 to 31 of 37
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR