Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wondernet

Archived
  • Posts

    292
  • Joined

  • Last visited

Everything posted by wondernet

  1. Does anyone know of a contribution that captures the additions to an individual's basket, and reports on it even if it hasn't gone through the full order? I've had orders, and there's no problem, but obviously people are putting products in their baskets and going part way through the process but not completing it .. I'd just like to know who and what.
  2. Me too. I've tried the 'sandbox' option and got the same as yoo, but I get "Security header is not valid" when I try using the 'live' version ... ???
  3. Finally got the PP Express Checkout installed and kind of working, now I get the big red message saying "Security header is not valid". No idea why, can anyone help please?
  4. OK ... my fault, I'd changed every setting except the one that changes it to 'enabled'. Egg on face. However .. new issue ... in the checkout process I get big red heading saying "Security header is not valid" ... ??
  5. This is the last hurdle, once I can sort this I can launch the site. Anyone able to point me in a direction that mihgt sort this? I've searched through the posts here and found nothing that I can see as a solution.
  6. on the order and account/order pages there is no billing information listed, and the oder page only shows with no title or checkbox. PayPal Express Checkout is obviously not working. Shoudl I try another or is there something else I need to change in the admin area to get to work? Anyone?
  7. I've set OSC to use the Express Checkout,, with the details I think should be entered, but on ordering the process ignores the payment stage and just goes straight through to 'thanks for ordering' .. .. huh? No ideas why, could someone help please?
  8. there are 5 PayPal options to use, do I need all of them installed and live or can I just choose one? I've updated my PayPal acocunt to Business, and can get my API Credentials (this from paypal page): Credential: API Certificate Registrant: [name] API Username: [api user] API Password: [api pass] Request Date: [api date] and I can download my API certificate, which looks something like Do I use the simple-sounding Express Checkout in the admin/modules/payment list, this seems to have the same kid of information I can get from PayPal easily .. but when I tried it, and did a dummy purchase it went past the payment page saying "This is currently the only payment method available to use on this order. " without saying what the option is, and then on to a successful purchase ... without option for payment with PayPal. Could anyone point my in the right direction please?
  9. Yes, all files and folders uploaded, and checked several times over. ??
  10. This is bizarre, I have had this working on an old version (1.1) of OSCommerce. I am now starting again in 2.2 RC2 and have the same database infor available, and the previous products with more_pics working are showing in the public pages. However, now my /admin/categories.php doesn't show, giving a 500 page error. Can anyone help me here to understand ... I've tried the search but with over 700-odd replies in this post it's very difficult to find solutions.
  11. I've just installed this to a fresh install of OSC 2.2 R2, and am getting the error in the admin section: STS was designed to work with OSC version [osCommerce 2.2-MS2]. This is version [osCommerce Online Merchant v2.2 RC2a]. Template file doesn't exist: [sTS_DEFAULT_TEMPLATE]Can't open Template file: [sTS_DEFAULT_TEMPLATE] I thought this was designed to work with RC1 and RC2 as well as MS2, I've used the files from the RC2 folder in teh ZIP download ... and followed the install isntructions?
  12. I have the PWA - purchase without account - and need something that the buyer can select (drop-down list) from a pre-defined list where they heard about the website/product. Is there anything like this that is available on each order, not when they sign up (as thery dont sign up to the website when they use the PWA). ?
  13. Has anyone been able to get PWA working with the 'How did you find us' contribution, or something similar? D.
  14. I have installed the PWA .. working fine for a while now. I have also recently installed the 'how did you find us' contrib, in order to gauge which marketing/adverts are working .. working fine. This, however, only lets the user choose 'how did you find us' on the sign-up page. Q1: has anyone tried or got them both working together so that, if the user just wants to skip the acocunt creation and buy the product, I can still ask 'how did you find us'? Q2: if you haven't got these two working together, do you have another solution that I've missed that does the same? Thanks in advance. Dave
  15. I use 1.5 on a heavily modded OSC with purchase without account too, but it works fine ... what is the difference between 1.6 and 1.6, do you know? D.
  16. I've got this as well .. but it's not a problem, it's purely because these were orders placed before you added the contribution, therefore there is no record of where they came from.
  17. Also what I'm after (see above post). Additional to this, how about getting the 'referral' on the admin/order page so we can see where people find us from each time they order?
  18. The 'stats_referral_sources' script isnt in the list of files to upload if you've modded the standard OSC package, so I just uploaded from the files that you use if you've a clean install. This should solve it.
  19. Got the 1.5 full version working first time, not a problem. Has anyone managed to get this working on the 'Purchase Without Account' as well .. while the basic 'how did you hear' works on the page where they register, the 'purchase without account' doesn't use the 'create account' page, rather the 'order-info.php' I'm sure others would like this as well, anyone able to help?
  20. Thanks everyone (!!), spent all weekend searching and eventually found a link that referred to another link that indirectly pointed to this contribution. Hope it helps someone out there. http://www.oscommerce.com/community/contributions,2159
  21. I cant find this, but is there a contribution to be added to the order pages where you can ask the buyer where they heard about the store (drop down list?)
  22. Pleae ignore my post above, I re-read the posts here and found what I was looking for -posted on page 4 of the threads here at "Oct 28 2006, 10:40 PM" However, What do we do to get the description showing properly on the featured_products.php page??
  23. I have this installed and working really well. I want it to work with the 'short description' contribution (also working - Short Description Contribution). I have changed the "/includes/modules.featured.php" to show the following code: <!-- featured_products //--> <?php if(FEATURED_PRODUCTS_DISPLAY == 'true') { $featured_products_category_id = $new_products_category_id; $cat_name_query = tep_db_query("select categories_name from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . $featured_products_category_id . "' limit 1"); $cat_name_fetch = tep_db_fetch_array($cat_name_query); $cat_name = $cat_name_fetch['categories_name']; $info_box_contents = array(); if ( (!isset($featured_products_category_id)) || ($featured_products_category_id == '0') ) { $info_box_contents[] = array('align' => 'left', 'text' => '<a class="headerNavigation" href="' . tep_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a>'); list($usec, $sec) = explode(' ', microtime()); srand( (float) $sec + ((float) $usec * 100000) ); $mtm= rand(); $featured_products_query = tep_db_query("select p.products_id, p.products_image, p.products_tax_class_id, s.status as specstat, s.specials_new_products_price, p.products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id left join " . TABLE_FEATURED . " f on p.products_id = f.products_id where p.products_status = '1' and f.status = '1' order by rand($mtm) DESC limit " . MAX_DISPLAY_FEATURED_PRODUCTS); } else { $info_box_contents[] = array('align' => 'left', 'text' => sprintf(TABLE_HEADING_FEATURED_PRODUCTS_CATEGORY, $cat_name)); $subcategories_array = array(); tep_get_subcategories($subcategories_array, $featured_products_category_id); $featured_products_category_id_list = tep_array_values_to_string($subcategories_array); if ($featured_products_category_id_list == '') { $featured_products_category_id_list .= $featured_products_category_id; } else { $featured_products_category_id_list .= ',' . $featured_products_category_id; } $featured_products_query = tep_db_query("select distinct p.products_id, p.products_image, p.products_tax_class_id, s.status as specstat, s.specials_new_products_price, p.products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c using(products_id) left join " . TABLE_CATEGORIES . " c using(categories_id) left join " . TABLE_FEATURED . " f on p.products_id = f.products_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where c.parent_id = '" . $featured_products_category_id . "' and p.products_status = '1' and f.status = '1' order by rand() DESC limit " . MAX_DISPLAY_FEATURED_PRODUCTS); } $row = 0; $col = 0; $num = 0; while ($featured_products = tep_db_fetch_array($featured_products_query)) { $num ++; if ($num == 1) { new contentBoxHeading($info_box_contents); } $featured_products['products_name'] = tep_get_products_name($featured_products['products_id']); if($featured_products['specstat']) { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', // 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $featured_products['products_image'], $featured_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . $featured_products['products_name'] . '</a><br><s>' . $currencies->display_price($featured_products['products_price'], tep_get_tax_rate($featured_products['products_tax_class_id'])) . '</s><br><span class="productSpecialPrice">' . 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $featured_products['products_image'], $featured_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '"><b>' . $featured_products['products_name'] . '</b></a><br><br><div align=left>' . strip_tags($description['products_description']) . '</div><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $featured_products["products_id"]). '">' . DESCR_READ_MORE . '</a> <a href="' . tep_href_link(FILENAME_DEFAULT, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $featured_products['products_id']) . '">' . tep_image_button('cart_buy.gif', IMAGE_BUTTON_IN_CART) . '</a><br><b>' . $currencies->display_price($featured_products['products_price'], tep_get_tax_rate($featured_products['products_tax_class_id'])) . '</b>'); $currencies->display_price($featured_products['specials_new_products_price'], tep_get_tax_rate($featured_products['products_tax_class_id'])) . '</span>'; } else { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', //'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $featured_products['products_image'], $featured_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . $featured_products['products_name'] . '</a><br>' . $currencies->display_price($featured_products['products_price'], tep_get_tax_rate($featured_products['products_tax_class_id']))); 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $featured_products['products_image'], $featured_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $featured_products['products_id']) . '"><b>' . $featured_products['products_name'] . '</b></a><br><br><div align=left>' . strip_tags($description['products_description']) . '</div><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $featured_products["products_id"]). '">' . DESCR_READ_MORE . '</a> <a href="' . tep_href_link(FILENAME_DEFAULT, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $featured_products['products_id']) . '">' . tep_image_button('cart_buy.gif', IMAGE_BUTTON_IN_CART) . '</a><br><b>' . $currencies->display_price($featured_products['products_price'], tep_get_tax_rate($featured_products['products_tax_class_id'])) . '</b>'); } $col ++; if ($col > 2) { $col = 0; $row ++; } } if($num) { new contentBox($info_box_contents); } } else // If it's disabled, then include the original New Products box { // include (DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); // disable for dont show if desactive the feature module } ?> <!-- featured_products_eof //--> What it is doing, however, is showing the same description for the three products I have displaying ... but the description is not from either of the three products. Presumably it is from the 'recently added' product (if it was displaying). The same error eith description is also showing on the "/featured_products.php", but i won't post code here yet, unless anyone wants it. You can see it here (website not complete yet) - http://www.thenaturalbeautyshop.co.uk/index.php
  24. I have installed the contrib, and it's working fine. I would like to change the layout of column produts display to be more like this one: http://www.pointsetdigital.com/store/iPod-Headphones_32.htm I've looked through thr product_listing_col.php file and see only gibberish, but understand how it should work. Can anyone help please?
  25. I have installed the Category description contrib. on a fresh OSC installation (along with register_globals patch and STS_template) and am looking for a contrib, that gives a description field for the manufacturer as well. Is there one, I have searched and not found anything (but I could miss it through the many pages of search results).
×
×
  • Create New...