Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

will that works?


Guest

Recommended Posts

I have a photos in sub from download.Will that works?

Should I put a full path in products URL (bottom of add product)

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/jesphoto/public_html/osCommerce/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/birds/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/augustine/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/jax/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/fireworks/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/ocean/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/reptiles/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Any help? Thanks

Link to comment
Share on other sites

I have a photos in sub from download.Will that works?

Should I put a full path in products URL (bottom of add product)

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/jesphoto/public_html/osCommerce/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/birds/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/augustine/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/cities/jax/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/fireworks/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/ocean/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/reptiles/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Any help? Thanks

It should work as long as folders have right permissions /download at 655 and pub at 777.

 

Easy wayout, start with one and test it out :)

 

Cheers

Best Regards,
Gaurav

Link to comment
Share on other sites

Thanks.About the "product URL".Should I put a full path to that dir "/jesphoto/osCommerce/catalog/download/birds/" or just /jesphoto/osCommerce/catalog/download/

Kind of confusing on that subject

Link to comment
Share on other sites

Any expert out here?.I hate to spend an hours and change the product url to find out that is not working.

I have been lookin for a days for answer to correct "product url".

AQny one have step-by-step manual for dummies like me?

thanks

Link to comment
Share on other sites

Well, I found out that the first level of sub works - I get download link for /download/birds/ bo no link for /download/cities/jax/

In product url - bottom of page of product description - no need to put filename with extension.I spend all day editng the products page for nothing.

I wish that someone will write doc for people like me - that will save a lot of time and frustration.

PayPal IPN or website return will not work if customer do not want a PayPal account.

Need to put a warning - do not click on the small link "return to jesphoto" - wait for large orange link and make shure to click on or the record will be lost".

Good luck you all - you going to need a lot of it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...