Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Leathel

Archived
  • Posts

    25
  • Joined

  • Last visited

Profile Information

Leathel's Achievements

  1. Thanks JanZ for the quick reply. Is there anyway to modify it so the Specials work for other Customer Groups besides the Retail group? What I am looking at is if I a Customer Group has a standard price break of say 20% with 2+ items ordered, 30% with 5+ ordered, 40% for 10+ items, but for some reason I use the regular Special feature to make a 40% for everybody, it would be nice that the other Customer Group picks up on the special price for all orders up to 1-9 items. Then when the Special is over, everything would revert back to the Customer Group's usual percentage discount. Hopefully that makes sense :-) Thanks again.
  2. I installed this as well as the Price Break for SPPC. My question is that if a user is in the "Retail" group, a product marked with a Special price shows that price properly for that group. If the Special price is lower than if a user order #+ items then the Special price is used. If I create a new Customer Group, the Special price does not show up anywhere for that user. If I put $20.00 in the Customer Group field, and the Special price is $18.00, I want the $18.00 price to be used. I am not sure if it is suppose to work this way and I installed something wrong or if the Customer Group price field overrides the Special and there is no way around it. I cannot find a SPPC with Quantity Price Break forum, so not sure if this is the correct forum to ask in. Plus I am not sure if this is a SPPC or a QPB Priceformatter.php issue(if it is an issue). Any suggestions?
  3. Kittycooper, Look through the catalog\includes and the 7 sts_.php files and replace the $template with something like $template2. For example the coding will look like $template2['templatedir'] instead of $template['templatedir']. I have not had any adverse effects from osCommerce and STS doing this. Warning: This is a beast of a Contrib to try and get working. The given instructions and files are just a start.
  4. The wording is weird, but you just need to copy your phpBB's phpbb2\templates folder to your osCommerce catalog\ so that it is catalog\templates You can play with it later, but I believe all it really is looking for is the templates\subsilver\images The other option is to modify all the phpbb .tpl files to point to includes/modules/php bb2/templates/subsilver/images but that is alot more work than just copying the templates folder.
  5. I do not need to integrate phpbb into my oscommerce style, but would rather keep them two seperate entities. Is there a way to still combine the user accounts and have one login account this way?
  6. p_angel0, Yes, flash can be used. I'm not sure why you'd be losing your sessions though. Can you post a link?
  7. p_angel0, On your product_info.php.html page, check the html reference or link on the "Click to Enlarge" text.
  8. From what you posted, the the two versions(extra fields) line up pretty close in the account_manage.php file. There are some areas that do not however. My only suggestion is to use a program like Winmerge(free) and compare your file and mine to see if you need to move some of the Category Fields code to a different location. It was mainly in the lower section that there were differences.
  9. Yeah, the account_manage.php should be working with out the account_add.php being changed. Was in a hurry and not thinking everything through. I added my version of the account_manage.php and account_add.php that is currently working for me to the contribution. Try using them to see if it works for you. The only thing that is strange is when you preview before adding or modifying. A column or something is off somewhere. I just haven't had time to look into it. But after submitting, everything looks properly in production. Let me know if it works for you.
  10. francoisparis, I had to change both the account_manage and account_add to use the product extra field info.
  11. avail1now, Not sure how to do CSS box positioning, I have been using tables and cells, which I think is your second question. You can check out the two sites I am building and the sts_template.html and see how I have been using cells where I want an infobox to be positioned. https://www.lethalpublishing.com/ https://www.lethalpublishing.com/includes/sts_template.html http://www.christianscififantasycentral.com/ http://www.christianscififantasycentral.co...s_template.html If that wasn't your question, sorry, I misunderstood.
  12. Benji01, When I do my html pages I put my images in an images folder so that for example in Frontpage the picture source is: images/bottom_1.jpg where as the html files would be located in the root or same path as the images folder. BUT, when I upload the images to the server, even though my product_info.php.html and such are in the includes\sts_templates folder, the images go in the catalog\images folder. On the server side of things, you almost have to think of the product_info.php and all the other .php that you design for in the catalog folder as what is looking at the images. So in your example, I would say if you put the images directly in the catalog folder, things would work. I personally would modify it so they are in somewhere else so that your catalog folder doesn't get huge and ugly. I hope I got the point across that I was trying to make.
  13. avail1now, Everything is looking good, unless I am overlooking something. It sure seems like something might be missing somewhere in the install. Is this done? Add these lines to your /catalog/includes/configure.php script. These lines should go before the final line with the ?> characters on it. // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php'); // STS: EOADD?
  14. That is what I was guessing. I think you might want this then: http://www.oscommerce.com/community/contri...l/search,column
×
×
  • Create New...