Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SeanLee

Archived
  • Posts

    51
  • Joined

  • Last visited

Everything posted by SeanLee

  1. In the preview pictures, it looks like you have the news articles on the main page. How would you display this on the main page? I can't get http://www.oscommerce.com/community/contributions,3081 to work. -Sean
  2. I'm sorry but I don't understand a couple things... In the code: INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modif`, ied`date_added`, `use_function`, `set_function`) VALUES ('', 'Rss news url', 'AZER_RSSNEWS_URL', 'http://www.website_you_want.com/news/services/rss/rss_fr.xml', 'AZERCA_ADMIN_QUICKSEARCH_LINE', 501, 100, '0000-00-00', '2006-03-04', NULL, ''); I assume I'm supposed to change http://www.website_you_want.com/news/services/rss/rss_fr.xml to my own URL. Am I supposed to change anything else? The first value (before Rss news url) is blank... is this supposed to happen? Also, How would I display newsfeeds on my main page in an infobox? Is this possible? TIA -Sean
  3. I am having a problem downloading attributes. I have QTPro installed, which lets you define multiple stock quantities for different products, for example, I have 10 SM, 10 MED and 10 LG shirts. (Not just "30" shirts). When people check out, the respective stock levels get depleted accordingly. When I download a complete text file, it just shows my total (30) for the T-Shirt product. I don't see where I can specify different quantities for each attribute if I were to upload more shirts. Is this something that can be done? And I have the following set: $products_with_attributes = true; Easy Populate 2.76d-MS2 (with attributes) Attributes in Product List for QTpro 1.0 (add-on) PHP 4.4.4 MySQL 4.1.21-standard Trustix 2.4.34-1tr Thanks, -Sean
  4. I am having a problem... I am testing this mod out with QTPro. I have a T-Shirt that has SM MED and LG attributes. I've set quantities of 99 for each of these attributes. When I download a complete text file, it just shows my total (297) for the T-Shirt product. I don't see where I can specify different quantities for each attribute if I were to upload more shirts. Is this something that can be done? Thanks, -Sean
  5. Hope this is an acceptable post... I'm up against a wall with a release date for an OSC site I'm building, and would be willing to pay for somebody to help me out with integrating this module into my current OSC instance. I've already tried and failed a few times. If anyone is interested, please respond to this post or PM me. Thanks a lot. -Sean
  6. And please reply if you get it working with custom infoboxes :) -Sean
  7. Hello, I'm using v0.8.3.2 and have a weird problem with the direct payment option... The checkout process goes through fine & the order gets accepted. However, the transaction does not show up in my paypal account, and my card doesn't get charged. I'm using the "live" option along with my live pem key, live username and live password. The wpp_diagnostics.php script shows everything all good. I'm not getting any error messages at all. Any ideas? Thanks, -Sean
  8. There's just that problem with using custom infoboxes. I think it's using dm_categories as well as the regular categories.php.
  9. Just my $.02 It would be great to see dynamenu properly integrated with STS at some point in time :) -Sean
  10. Nope. Still can't use custom infoboxes for some reason.
  11. Woa! Same thing happens with my site. I never noticed this before! I'll have to turn that off until it can be fixed.
  12. I'll give that a try. I still can't get flyouts to work when custom infoboxes are enabled. To make it work with my template, I just put my infobox html into the main.php.html page instead of using the custom categories infobox. -Sean
  13. Random question: For vertical fly-outs, does anyone know how to change the width of the hover link, and possibly move the sub menus over to the left a little more?
  14. I also notice that I get a javascript error when I changed the true/false thing:
  15. So I just changed $show_dmcats_as_box from true to false. It removes the box; but now the fly-outs don't work again. I'm stuck in the same place!
  16. Thanks for all the feedback guys. I will try this out, and report back here later with my results. Thanks again, -Sean
  17. I guess I don't understand the concept of not using an infobox for this... I mean, when I call the dmbox variable, it's going to paste the box in there that it finds an html template for, right?
  18. OK I can try that I think... is there an example of this anywhere? -Sean
  19. I know I can customize the dynamenu by changing things in the css and dm_categories.php file, but the actual categories box that the dynamenu appears in needs to have special margins/colors/bgimage, and I don't want that to display in every other infobox I have (information, search, new_items etc). Know what I mean? Normally in STS 433, you can just create a infobox_whatever_php.html file where "whatever=categories" or "whatever=information" and it will automagically pick up that file and use it as the template for that specific infobox only. -Sean
  20. I'm using the infobox_categories.php.html file because the categories infobox needs to have a different look/feel than the rest of the infoboxes. I don't think I understand what you are saying about the dm_categories.php file... that file is located in the includes/boxes dir. How do I use it for *just* the categories infobox so I can have a different bgimage with categories? In other words, how can I customize it? Thanks, -Sean
  21. FYI - If you're looking at the site, please notice the "www2" The regular site "www" points do a different server (until I get this site done) and a lot of times the first look at www2 will re-direct you to www and you'll have to type in www2 again... Thanks, -Sean
  22. Thanks for replying. I've installed a brand new instance of OSC+STS433+DynaMenu and followed all of Bill's instructions per his post here. Here's the details: URL: http://www2.pirateswag.com/store/ Server Info: Server: Trustix Linux 2.2 Apache Ver: 1.3.37 PHP Ver: 4.4.4 Software Installed (in order - fresh install) osCommerce 2.2 Milestone 2 Update 060817 STS Ver: 4.3.3 Core Files, Dec 28 2006, by bkellum DynaMenu Ver: 1.11, May 27 2006, by nate_02631 STS Config Info: Use Templates? True Code for debug output? debug Files for normal template? sts_user_code.php Template folder? full Default template file? index.php.html Use templates for infoboxes? true Contents of includes/sts_templates/full: index.php.html (default) Contents of includes/sts_templates/full/boxes: infobox.php.html (default colors) infobox_categories.php.html (all orange) I copied *all* the CSS to my stylesheet.css menu I created a variable called "dmbox" in my includes/modules/sts_inc/sts_user_code.php file I called the dmbox# variable in my includes/sts_templates/full/index.php.html file I added echo $GLOBALS['dmfooter']; to my includes/footer.php file, before the last ?> I added echo $GLOBALS['dmfooter']; to my includes/application_bottom.php file, before the last ?> As you can see, it doesn't even pick up the infobox_categories.php.html file in the boxes dir. And when I set use templates for infoboxes to false, the default template gets picked up and the flyouts start working again. Any comments/help appreciated! Thanks, Sean
  23. For the life of me I cannot get the vertical fly-out menu to work with STS 4.3.3. I followed everyone's instructions and have re-installed OSC + STS 4.3.3 10 times now with no luck. I've included the code " echo $GLOBALS['dmfooter']; " into the footer file and the application_bottom file and still nothing. I'll have to move on to another solution but if anyone can tell me how to make this work with 4.3.3 please reply to this thread. Thanks! -Sean
  24. Has anybody at all gotten this to work with STS using templates for infoboxes? Not just the default index or infobox template... for example, specifically using catalog/includes/sts_templates/mytemplates/boxes/infobox_categories.php.html ?
×
×
  • Create New...