Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jennyb

Pioneers
  • Posts

    35
  • Joined

  • Last visited

Profile Information

jennyb's Achievements

  1. it does sound like a z-index problem...you might try applying it to a div wrapper rather than the main meny class (i used one for the placement of my menu), and go ahead and put a huge number like 1000. i too am using Product listing enhancements, but didn't have this problem... good luck! -jennyb
  2. hello - don't know if this thread is still active...had installed an older version of the contrib on a site a couple years back and worked great. just installed the more recent version with various fixes to another site, and a weird thing happens : when i hit the export order buttons, i get logged out of the admin. when i go to log back on, the prompt to download the file suddenly appears. so, ultimately the thing works, but i obviously can't deliver the site to the client in this state. any ideas folks ?? don't think it's necessarily a prob with this contrib - the prob could be elsewhere, but i don't know where to start. appreciate any feedback. thanks, -jennyb
  3. was able to adapt article-topics.php into an infobox, just what i needed, thanks!
  4. yes, works brilliantly in tandem with Header Tags SEO and Ultimate SEO URLs !
  5. nevermind, got it figured out, need to add the + prefix to the base price weight and that does the trick. cheers, -jennyb
  6. help! my base quantity comes up 0 when i add it to the shopping cart??!! the other quantities, where full amount is added in attributes, work fine. I've checked the install code, all looks well, can't find the conflict...any ideas? thanks! -jennyb
  7. brilliant, will install it straight away! have the article names been inserted into the infobox like we discussed? thnx, -jennyb
  8. hya - great contrib, very easy install. one question, it says though i only see a choice between all or none. am very interested in letting shoppers use a partial amount of point that they have earned at a given time. does that exist? am i missing something? thanks! -jennyb
  9. brilliant, the Ultimate SEO upgrade did the trick, thank you. and i didn't know about the pseudo pages, so that's a big help too! any ideas about having the individual article names listed under their respective topics in the infobox column ?? you rock, -jennyb
  10. hya - love this contrib! have 2 things i'm trying to work out if someone can help: 1) the article URL shows up as -a-7.html in all the links, even though the converted URL les-origines-du-cafe-a-1.html works if i type it manually (site is in French) - using Ultimate_SEO_URLSv22d. Is it a language problem do you think? the .htaccess looks good...can't figure it out. 2) would love to get the actual article names to appear below each topic link in the right column infobox. anybody written code for this yet (i browsed the forum but there are a LOT of pages!) and just to show that i'm not all take and no give, here's the code for a cool widget i made (infobox) to allow you to randomly post an abstract from the articles on the home (or other) page : <?php $info_box_contents = array(); $article_query = tep_db_query('SELECT articles_name, articles_description, articles_description.articles_id FROM `articles_description` INNER JOIN articles ON articles_description.articles_id = articles.articles_id AND language_id = 4 ORDER BY RAND() LIMIT 0, 1'); while ($liste = tep_db_fetch_array($article_query)) { $descrip_courte = substr($liste['articles_description'], 0, 450); $descrip_courte_p = $descrip_courte."...<p><a style='font-size:12px' href=" . tep_href_link(FILENAME_ARTICLE_INFO, 'articles_id=' . $liste['articles_id']) . ">Lisez la suite >></a></p>"; $info_box_contents[] = array('align' => 'left', 'text' => '<h1><a href="' . tep_href_link(FILENAME_ARTICLE_INFO, 'articles_id=' . $liste['articles_id']) . '">' . $liste['articles_name'] . '</a></h1>'. $descrip_courte_p); } new contentBox($info_box_contents); ?> -jennyb
  11. did you figure it out? sounds like you might have a file missing or some permissions issues... -jennyb
  12. well, i figured out that the tax issue is just something i have to deal with by calculating my increases before tax (which i don't usually do). but no, the real problem i was having that instead of multiplying the amount to come with a correct percentage price increase, the amount were being subtracted. i tried with both * and x. nothin doin. i have finally decided to go with the Actual Attribute Price v1.7 because, although it makes more work for me, i find it much nicer for users. but if anyone's up for making a contrib that can do both (calculate increase by percentage & show total price rather than the increase), i'm a taker! thanks, -jennyb
  13. hya, thanks for the brilliant contrib, haven't found anything else like it! have a css question : am trying to get my first level categories to maintain their style effect (change font and background colors) while a user scrolls over the submenu (using horizontal drop menu). i'm used to doing this with a ul li, but can't seem to find a way around it since DM is using td and div. any ideas? thanks! -jennyb
  14. yeah, you just need to choose the horizmenu template - works great. :)
×
×
  • Create New...