A few basic questions

Posts: 28
Joined: 06/03/2008

Hi all,

A few questions:

In order to accept credit cards, I need to have service with a gateway service, such as Authorize.net, right? I can't just accept credit cards through ubercart if I don't have this service with any company, correct?

How do I change the home page so it's not simply a listing of our products, but rather a welcome message about our store?

How do I make it so SKU's don't display on product pages?

How do I edit the Catalog home page?

Posts: 822
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

1) Correct.

2) admin/settings/site-information

3) admin/store/settings/products/edit/fields

4) What are you trying to do?

--

<tr>.

Posts: 28
Joined: 06/03/2008

Where would I find, for example, the menu for admin/settings/site-information? I'm not seeing that menu system on my ubercart.

Posts: 822
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

If your site is http://www.example.com/, then go to http://www.example.com/admin/settings/site-information if you have Clean URLs turned on, or http://www.example.com/?q=admin/settings/site-information if you don't have Clean URLs.

--

<tr>.

Posts: 28
Joined: 06/03/2008

Thank you!

The problem is that if I add a mission statement, etc, that just appears before the product listing. But I don't want the products to be listed on the home page at all. HOw do I change this?

Posts: 28
Joined: 06/03/2008

And as far as the catalog, I noticed on the ubercart livetest, when you click on Catalog it has a page with not just the product categories, but a picture and description for each. How do I add that?

Posts: 78
Joined: 01/17/2008

You would add that in your taxonomy here:
http://www.yoursite.com/admin/content/taxonomy
When you add / edit a term there should be a spot for description / upload an image.

Hope this helps, - Justin