Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Zen cart with Expression Web and payment gateway?

    I have several queries. I have opted to use zen cart for a shopping cart but am wondering the following things:

    1. If my payment site is being hosted on a payment gateway providers site, how does this affect my shopping cart if even?

    2. My site needs to be dynamic- but I lack php skills. Expression Engine CMS has not worked out for me either- so I'm wondering what the solution would be?

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: Zen cart with Expression Web and payment gateway

    1. If my payment site is being hosted on a payment gateway providers site, how does this affect my shopping cart if even?
    There are payment modules included in the distribution for a few gateways and others available as 3rd party modules in the download area
    The tutorials link above right has some explanation
    I searched for "payment" and this is one of many results
    http://tutorials.zen-cart.com/index.php?article=373

    2. My site needs to be dynamic- but I lack php skills. Expression Engine CMS has not worked out for me either- so I'm wondering what the solution would be?
    ZenCart is php based but IMO written well enough that one does not need to accomplished in php to be able to operate
    The tutorials cover the most common alterations/customizations required to create a cart with a unique look
    The backend(admin) features provide for most entry and management functions in a menu driven interface - so again no php required
    Only if you MUST have a feature that is not built in would one need a certian competance in php to be able to code it....
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Zen cart with Expression Web and payment gateway

    Quote Originally Posted by kobra View Post
    There are payment modules included in the distribution for a few gateways and others available as 3rd party modules in the download area
    The tutorials link above right has some explanation
    I searched for "payment" and this is one of many results
    http://tutorials.zen-cart.com/index.php?article=373


    ZenCart is php based but IMO written well enough that one does not need to accomplished in php to be able to operate
    The tutorials cover the most common alterations/customizations required to create a cart with a unique look
    The backend(admin) features provide for most entry and management functions in a menu driven interface - so again no php required
    Only if you MUST have a feature that is not built in would one need a certian competance in php to be able to code it....
    It's good to know that my PHP skills don't have to be great to make it work.

    I will take a look at the tutorial you've pointed me to. Another question- in regards to testing out my site but not hosting it publicly for the world to see, is there a method around this?

    I already have a hosting account and a domain name. Thanks

  4. #4
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: Zen cart with Expression Web and payment gateway?

    Another question- in regards to testing out my site but not hosting it publicly for the world to see, is there a method around this?

    I already have a hosting account and a domain name. Thanks
    You can develop locally on a PC or a MAC by installing XAMPP, WAMPP, or MAMPP which are an implementation for APACHE, mysql and php for each platform....available free by googling...

    But, I suggest that you load to your hosting account NOW
    Google will see it and as you develop/add/change it they will also return frequently
    Remember that the SE's only see content and not design/images
    So do not concern yourself about looks
    Keep adding content and products as you design to keep your site active/changing to illicit activity - - they will see this and continue to rank relevance
    In this way you avoid the pitfall of developing over weeks/months until you are ready and then wonder how long it will take to be ranked....
    You can add text that you are in development and not open for business but to check back often and might also tempoarily set the cart to require authorization to purchase to avoid premature activity as some will not read your information.
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Zen cart with Expression Web and payment gateway?

    Quote Originally Posted by kobra View Post
    You can develop locally on a PC or a MAC by installing XAMPP, WAMPP, or MAMPP which are an implementation for APACHE, mysql and php for each platform....available free by googling...

    But, I suggest that you load to your hosting account NOW
    Google will see it and as you develop/add/change it they will also return frequently
    Remember that the SE's only see content and not design/images
    So do not concern yourself about looks
    Keep adding content and products as you design to keep your site active/changing to illicit activity - - they will see this and continue to rank relevance
    In this way you avoid the pitfall of developing over weeks/months until you are ready and then wonder how long it will take to be ranked....
    You can add text that you are in development and not open for business but to check back often and might also tempoarily set the cart to require authorization to purchase to avoid premature activity as some will not read your information.
    Okay- I will upload directly to my hosting account. But, will I be able to develop my site with zen cart without making the developments live- like most CMS's?

    Thanks!

  6. #6
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: Zen cart with Expression Web and payment gateway?

    But, will I be able to develop my site with zen cart without making the developments live- like most CMS's?
    Was I not clear enough??

    You want it live on the web as early as possible - just not open for business

    That is my suggested approach BUT if you insist on not making it available to be crawled - there are options such as setting password access only through your hosting management etc
    Zen-Venom Get Bitten
    Get Your Business Found

  7. #7
    Join Date
    Jan 2004
    Posts
    58,288
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Zen cart with Expression Web and payment gateway?

    You can set the site as down-for-maintenance if you wish to have visitors and search engines turned away.


    BTW, I strongly advise against using any MS software applications like ExpressionWeb or Frontpage when developing a PHP-driven site.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Zen cart with Expression Web and payment gateway?

    Quote Originally Posted by DrByte View Post
    You can set the site as down-for-maintenance if you wish to have visitors and search engines turned away.


    BTW, I strongly advise against using any MS software applications like ExpressionWeb or Frontpage when developing a PHP-driven site.
    Right. Just to let you know that I only use Expression Web for the HTMl and CSS.

    That is okay, right?

    Thanks!

  9. #9
    Join Date
    Jan 2004
    Posts
    58,288
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Zen cart with Expression Web and payment gateway?

    MS has a long-standing reputation of generating bloated HTML with all kinds of bad proprietary markup injected in it. Not sure if the latest EW still does that or not.
    Naturally, you can use what you like ... just be aware that it may contribute to incorrect page validation or larger pages than needed, etc.

    And beware of using its FTP or Publish features. They may be fine for HTML-only sites, but when you introduce template-driven functionality like Zen Cart, those features should be avoided. A regular dedicated FTP program is far more reliable anyway.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Zen cart with Expression Web and payment gateway?

    Quote Originally Posted by kobra View Post
    Was I not clear enough??

    You want it live on the web as early as possible - just not open for business

    That is my suggested approach BUT if you insist on not making it available to be crawled - there are options such as setting password access only through your hosting management etc
    That is exactly what I mean. Thank you so much!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help choosing payment gateway for zen cart
    By MR Mistry in forum General Questions
    Replies: 7
    Last Post: 12 Jul 2010, 03:37 AM
  2. Zen Cart in Expression Engine??
    By sirthaddeus in forum General Questions
    Replies: 1
    Last Post: 3 Mar 2010, 01:46 AM
  3. No Receipt or Cart Update after Payment Gateway process
    By chris13 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Feb 2010, 10:09 AM
  4. Can Zen Cart payment accept I Transact Gateway?
    By roadapple in forum Addon Payment Modules
    Replies: 1
    Last Post: 2 Dec 2008, 12:26 AM
  5. shopping cart with non payment gateway
    By dellvostro in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Oct 2008, 04:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •