Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New member today! Need help with Privacy Notice


Guest

Recommended Posts

Posted

I have been learning osCommerce the hard way, ALONE! I just now found the forums and cant wait to spend the next few weeks reading. I sifted through and could not find any answers to a few questions I have. Please help ASAP, and thanks in advance.

 

I am having a hard time finding where I can edit the privacy notice and shipping/retuns pages. I am working with my bank to setup a merchant account, and they need these pages complete before I can fax in the paperwork.

 

I am also wanting to change the domain from rubiconvalley.com and make the site under RVOffroad.com Is there an easy way or non damaging way to complete this as I already have products steup?

 

Does anyone have suggestions for chaging the http://www.rubiconvalley.com cart catagories from "body lifts" , "bumpers".. and so on... to a a smaller list of things like "Jeep Wrangler" , "Jeep Charokee" , "Jeep Liberty" and so on? Under these will be a subcatagory of years... then product listing can be vehicle specific.

 

Lastly, I want to remove languages and currencys from the right columb, and figure a way out to show the last item purchased from the store was "this product, and it fits the "19xx Jeep whatever"... is this possible?

 

:thumbsup: thanks for everyones help and support on this great product!!!! :thumbsup:

 

Matthew

 

 

 

EDIT: Also forgot an important one... where do I change the value for if item price is $0.00 do not allow it to be added to the shopping cart for purchase, and have it say "call for details" instead of $0.00

 

THANKS!!!!!

Posted
I am having a hard time finding where I can edit the privacy notice and shipping/retuns pages. I am working with my bank to setup a merchant account, and they need these pages complete before I can fax in the paperwork.

If it is written in English it will be in catalog/includes/languages/english/.... folder.

 

I am also wanting to change the domain from rubiconvalley.com and make the site under RVOffroad.com Is there an easy way or non damaging way to complete this as I already have products steup?

You can do this by changing catalog/includes/configure.php and catalog/admin/includes/configure.php and copy all the files and the DB to the new domain.

 

Lastly, I want to remove languages and currencys from the right columb

In catalog/includes/column_right.php change;

    include(DIR_WS_BOXES . 'languages.php');
   include(DIR_WS_BOXES . 'currencies.php');

 

To;

 

//    include(DIR_WS_BOXES . 'languages.php');
//    include(DIR_WS_BOXES . 'currencies.php');

Posted
In catalog/includes/column_right.php change;

 ? ?include(DIR_WS_BOXES . 'languages.php');
? ?include(DIR_WS_BOXES . 'currencies.php');

 

To;

 

// ? ?include(DIR_WS_BOXES . 'languages.php');
// ? ?include(DIR_WS_BOXES . 'currencies.php');

 

:thumbsup: This part worked perfect. Thanks!

 

I could not find anything under /catalogs/includes/languages/english that helped with the privacy notice or shipping&retuns info. Let me know if im overlooking something here.

 

Thanks for the help on transfering the domain too! Is there a way I could run the same store under both sites, and just use the SSL Cert and checkout page under RVOffroad.com?

 

Ill be a contributing member very soon. I cant begin to tell everyone what a HUGE asset this help is.

Posted

Success... I found the shipping, privacy and conditions.php files and completed that!

 

Now I am in serious need of help with my catagories. Can anyone point me in the right direct to change my catagories completely, without reloading my entire list of products.

 

Anyone?

 

Also, the issue with $0.00 priced items showing "Call for details" instead of $0.00 and the item shouldnt be able to be added to the cart.

 

Thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...