Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ajeh

Archived
  • Posts

    5,997
  • Joined

  • Last visited

About Ajeh

  • Birthday 02/21/1961

Profile Information

Recent Profile Visitors

14,746 profile views

Ajeh's Achievements

  1. Looks like you have a typo so you are getting the value of $0.00 on the price. It depends on what version of osCommerce you are working with and what you are using for the products_listing.php Check the name of the array being used and see if you have used the wrong name when you copied your code from product_info.php over to products_listing.php
  2. Jay, Did you get everything working now? I couldn't see any problems from a quick look around.
  3. And store your sessions in mysql or it won't work either
  4. Change your footer setting in the admin to: // require(DIR_WS_FUNCTIONS . 'user_tracking.php'); require(DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( ADMIN_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); }
  5. Can you give some additional examples on this ... I'd have to think about this one for awhile but may be able to come up with something ... maybe ...
  6. You would define them as: Option Name: Seats Bells Flags Tires etc. Option Values: Seats ... Bananna Seats ... Low Rider Bells ... Silver Bells ... Gold Tires ... Black Wall Tires ... White Wall Tires ... Mountain Then as Attributes ... Select the Option Name ... Select the Corresponding Option Value ... Enter Price if any
  7. If you add them as attributes they will get added in on the cart with their products_price + the individual options_values_price Or are you trying to make all products and be able to select those additional products from the same page?
  8. The Downloads Controller is based on the Payment Modules orders status. If you have Credit Cards set up to be Processing and Downloads Controller to be 2 (Processing) then the download is available right away. If you have Money Order set to be Pending and Downloads Controller is 2 then the download is not immediately available as Pending is orders_status 1
  9. Some is a slower server, some is the number of attributes. Configuring GZip for the Admin helps. I have some client's with 1000 attributes so I also built into SECv2.2 a way to turn off the Attributes on the categories.php but you still have all the features available. There is a new Option Name Sorter and Option Value Sorter These can be used to globably set the Attributes Sort Order by product, category or all products.
  10. I will pm a new /admin/includes/configure.php to you.
  11. Strange... nothing changed, I removed the "catalog/" and it was still the same. Click right on the area where the image should be ... I am assuming you have a broken picture there ... what is the path to the image?
  12. Try using instead: define('DIR_FS_DOCUMENT_ROOT', '/home/glasslin/public_html');
  13. No images is usually a configure.php error. Check if you are defining your root or using the script: define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); I use: define('DIR_FS_DOCUMENT_ROOT', '/home2/webmakr2/public_html'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) As to missing things ... when you installed everything ... what all did you use? Limited Products Display is only available in SEC. You can look at your categories.php and see if you see any IF statements with LPD_ in the code.
  14. Okay ... let's try this ... When you say all images have disappeared ... do you mean when editing you have no place to add images ... or when clicked on a product, the image does not show on the right side?
  15. Linda, Then something is missing from my Admen menu... I can not find "Limited Products Display" anywhere in any of the Categories. Look in your left column ... click on Configuration ... the 3rd link from the bottom reads: Limited Product Display There is a setting on there for: Limit Products Page Information - Current Status See if that is set to True or False
×
×
  • Create New...