Search:

Type: Posts; User: tryphon

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    67
    Views
    17,385

    Re: Bask black free template discussions

    Thanks SPH.

    I have included the header as text in the right part of the logo. Not very efficient from an SEO perspective but this is the only bypass I found.
  2. Replies
    67
    Views
    17,385

    Re: Bask black free template discussions

    I am using the bask_black template.

    The statement :

    define('HEADER_SALES_TEXT', 'TagLine Here');

    in header.php does not cause any text (I would expect the text 'Tagline here') to be...
  3. Replies
    5
    Views
    13,624

    Re: One Paypal account for 2 websites

    Thanks!
  4. Replies
    5
    Views
    13,624

    Re: One Paypal account for 2 websites

    Thank you Dr Byte.

    In a first step I might use Express Checkout on my 2nd website, and still use Paypal Standard on my 1st website.

    Then in a 2nd step, migrate to Express Checkout on the 2nd...
  5. Replies
    5
    Views
    13,624

    One Paypal account for 2 websites

    I am currently using Paypal Standard on my website.
    I would like to launch a 2nd website, and use the same Paypal account on this website.
    This does not look to be possible with Paypal Standard,...
  6. Replies
    4
    Views
    894

    Re: Problems with Admin on ZC 1.3.9h

    Kobra,

    I have choosen the short path (modifying the code, as indicated in the mentioned thread) and it works fine (I have to admit that reinstalling a recent XAMPP package would be a better...
  7. Replies
    4
    Views
    894

    Re: Problems with Admin on ZC 1.3.9h

    php : 5.0.5
    mysql : 4.1.14-nt
    Apache : 2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.5 mod_autoindex_color

    All these comonents come from an XAMPP package.
  8. Replies
    4
    Views
    894

    Problems with Admin on ZC 1.3.9h

    I have made a fresh install of ZC 1.3.9h on my PC (I always develop and test ZC locally, before updating my online website).

    When I create a product listing through Admin, everything works fine....
  9. Replies
    67
    Views
    17,385

    Re: Bask black free template discussions

    Thanks!
  10. Replies
    67
    Views
    17,385

    Re: Bask black free zen cart template discussions

    I would like to suppress the 'currencies' box in the navigation bar, but without suppressing all the currencies (except the dollar), as suggested here above. The reason is I have to work with...
  11. Thread: Alipay

    by tryphon
    Replies
    0
    Views
    1,075

    Alipay

    Has somebody succeeded integrating Alipay (Chinese payment system, roughly equivalent to Paypal) within his Zencart website?

    I have seen some old and unanswered posts on that matter, but no...
  12. Re: Working locally with two versions (or 2 instances) of XAMPP

    Thanks to both of you for this useful information.
  13. Working locally with two versions (or 2 instances) of XAMPP

    I have used XAMPP to develop my website on my PC, then upload what has been developed locally on the online Website. This works fine, specifically to test modifications brought in the ZC code.

    I...
  14. Replies
    4
    Views
    1,894

    Re: Back button for EZ Pages

    Thanks to all for these suggestions.
  15. Replies
    4
    Views
    1,894

    Back button for EZ Pages

    I have EZ Pages that are chained together , i.e. EZ Page#1 has a link to EZ Page#2. I would like to have one back button on each of these pages. The back button on EZ Page#2 should lead to EZ Page#1....
  16. Replies
    2
    Views
    1,716

    Re: Attribute images and/or attribute pricing

    I finally found a solution for this : I had to use attribute pricing and attribute images at the same time. A modification of ZC code was then required in order to suppress 'Starting at:' for those...
  17. Replies
    2
    Views
    1,716

    Attribute images and/or attribute pricing

    I am selling reproductions of paintings. Those reproductions are sold either as albums (containing for instance 12 leaves), or as independant leaves. For each album, I intend to present the album on...
  18. Replies
    1
    Views
    1,050

    Re: Viewing Newsletter Subscribers

    You might perform a direct SQL query on the DB for that matter.

    Under phpMyAdmin :

    SELECT `customers_firstname`,`customers_lastname`,`customers_newsletter` FROM `customers`
    ...
  19. Replies
    2
    Views
    2,753

    Re: How do I put EZPopulate on Zen-Cart?

    Easy Populate is really easy to install.
    Where did you get your module from?

    Here is a link that works :...
  20. Replies
    2
    Views
    940

    Re: Importing products for other services.

    You might do this with EZ Populate (you shall have to install it).

    You will have to adapt your input files (whether xls or csv) to the layout expected by EZ Populate.

    In order to do that, just...
  21. Replies
    3
    Views
    1,386

    Re: ZC 1.3.8a & MySQL 5

    Thanks!

    I shall apply both recommendations.
  22. Replies
    1
    Views
    1,083

    Re: No Image in the "Best Sellers" box

    To the best of my knowledge, there is no way, in standard ZC, to display an image for each item in the Best Sellers sidebox.

    You shall have to install an Add On module for that matter : something...
  23. Replies
    3
    Views
    1,386

    ZC 1.3.8a & MySQL 5

    I am currently using ZC 1.3.8a with MySQL 4.1.22.

    My Web Hosting company shall soon migrate to MySQL 5 (I assume it will be MySQL 5.1).

    They state I should not have any problems with the basic...
  24. Replies
    12
    Views
    2,283

    Re: Help with Main page

    Deleting the search box is easy :

    Admin -> Tools -> Layout Boxes Controller.

    Click on the line 'sideboxes/search_header.php'. Set 'left/right column status' to 'OFF'.

    What's more worrying...
  25. Thread: Pending orders

    by tryphon
    Replies
    6
    Views
    2,613

    Re: Pending orders

    Each order has to be updated manually, which makes sense since all orders are generally not in the same status at the same time.

    This is only after you have edited a specific product that you will...
  26. Thread: Pending orders

    by tryphon
    Replies
    6
    Views
    2,613

    Re: Pending orders

    Admin -> Customers -> Orders.

    At the bottom of the screen you are able to update the status of the order.
  27. Replies
    4
    Views
    927

    Re: multiple images for a product - how!??

    Admin -> Catalog -> Product Types.

    Click on the Product Types (i.e. Product General).

    Click on Edit Layout.

    Set 'show product additional images' to 1.
  28. Re: How do I change multiple product names all at once using an SQL Query?

    Backup the DB and then run the following SQL statement :


    update `products_description` set `products_name` = 'Cord' where `products_name` = 'Chord'

    Note that the name of the table...
  29. Replies
    4
    Views
    1,656

    Re: Change all products to virtual?

    phpMyAdmlin makes some differences between different kinds of quotes (', `).

    Be sure to use the `.

    You may also want to build the SQL statement step by step, using the 'fields' window at the...
  30. Replies
    4
    Views
    1,656

    Re: Change all products to virtual

    Under phpMyAdmin you might run the following statement :

    update 'products' set 'products_virtual' = 1

    Do not forget to backup the DB before running this statement.
  31. Replies
    2
    Views
    897

    Re: search_header showing in two places?

    Admin -> Tools -> Layout Boxes Controller.

    Then click on 'sideboxes/search.php' and set 'left/right column status' to 'OFF'.
  32. Replies
    7,098
    Views
    1,857,016

    v138a Re: Image Handler 2 Support

    Hi Tophand.

    I admit my problem has nothing to do with IH2 (neither with Fual Slimbox). Simply stated, the problem appeared at the level of display of pictures. As I have IH2 and the Fual Slimbox...
  33. Replies
    7,098
    Views
    1,857,016

    v138a Re: Image Handler 2 Support

    I am appending to this thread, although my problem might not be linked to IH2. However, as the problem occurs with the display of larger images, it might be the best place to describe it here.

    I...
  34. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Hi Clyde.

    With the last change you suggested ($logoimage_2 instead of $logoimage), it works!

    Thanks a lot for your help.
  35. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Clyde,

    you might not believe me, but now this the 1st sidebox that appears twice!

    Here are the 3 files with the modifications I made :
    ======================================...
  36. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Clyde,

    This does not change the appearance of the sideboxes : the 2nd one (that I added) also replaces the 1st one.

    Here are the changes I made :

    extra_definitions: I have made changes for...
  37. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Hi Clyde.

    I have a problem after duplication of the files related to the Logo Sidebox : the two sideboxes are identical (I mean : I had already installed one, and it worked fine. The 2nd one is...
  38. Replies
    19
    Views
    3,515

    Re: Installing SSL logos

    Thank your for your answer and proposal.

    There is no real emergency here (meanwhile I can use the 'logo sidebox' contribution for that matter), so I can wait for your contribution to surface in...
  39. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Thanks!
  40. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Hi.

    I have installed this contribution and it works fine.

    Is there a way to have a 2nd one installed?

    Thanks.
  41. Replies
    19
    Views
    3,515

    Re: Installing SSL logos

    I just installed the 'Comodo instant SSL seal' contribution.

    1/ No logo is displayed in the side box. Where should the GIF image delivered with the contribution be installed (I have installed it...
  42. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    Thanks!
  43. Thread: Logo Sidebox

    by tryphon
    Replies
    18
    Views
    2,872

    Re: Logo Sidebox

    How to center an image in the Logo Sidebox? (seems to be left-aligned by default).

    Thanks.
  44. Replies
    4
    Views
    1,987

    Re: Converting to 1.3.8a but on Vista

    Hi.

    My website runs Zencart 1.3.8a. I want to have a copy of the site on my local PC. Can someone tell me what is the highest release of XAMPP that is compatible with Vista and Zencart 1.3.8a?
    ...
  45. Replies
    6
    Views
    1,262

    Re: Adding "per lb." after price

    If you are able to make a distinction between products needing 'per lb' and products needing 'per foot' based on their respective product models, then you might use a code similar to the one I used.
  46. Replies
    3,720
    Views
    843,002

    Re: Zen Lightbox...

    Hi Meltdown.

    You will find the patch proposed by Ajeh in the thread http://www.zen-cart.com/forum/showthread.php?t=69217

    The post of Ajeh was issued on 26/7/2007 at 03:33 AM.

    It looks like...
  47. Replies
    3,720
    Views
    843,002

    Re: Zen Lightbox...

    I could finally have the Fual Slimbox (and I also assume the Zen Lightbox) mod working after implementing the patch suggested by Ajeh on 26/7/2007 ("Attribute Required for Text" - what would make it...
  48. Replies
    3,720
    Views
    843,002

    Re: Zen Lightbox...

    Note that the same "side effects" occur if I use Fual Slimbox instead of Zen Lightbox
  49. Replies
    3,720
    Views
    843,002

    Re: Zen Lightbox...

    I have installed the modifications described in thread 33423 in order to be able to price products based on their dimensions (width & height). This works fine.

    Afterwards, I have installed the...
  50. Replies
    3
    Views
    2,016

    Re: Shopping cart header alignment

    Hi Haredo.

    Please discard my previous post.

    I just added :

    #ccProductsHeading {text-align: left}, #ccTotalHeading {text-align: right}

    and it works fine.
Results 1 to 50 of 69
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR