

kevinb84
Members-
Content count
56 -
Joined
-
Last visited
Profile Information
-
Real Name
Kevin
-
Option Type Feature v1.6 (for osc 2.2 MS2)
kevinb84 replied to Chandra's topic in General Add-Ons Support
I'm having problems where when a product is purchased sometimes I will only get the size and sometimes I'll only get what they typed in the option type box. Is this a common problem or where could I begin my search on this? -
Option Type Feature v1.6 (for osc 2.2 MS2)
kevinb84 replied to Chandra's topic in General Add-Ons Support
Hello all, I have what I hope to be a very quick question. I can read html fine but when it comes to php it looks like spanish to me. I installed the option type feature and when I complete an order I will get a fatal error on the checkout process page for line 241 (where the option type feature is located) I was wondering if someone could take a look at this for me an let me know if something looks out of place. $products_ordered_attributes .= "\n\t" . $attributes_values['products_options_name'] . ' ' . tep_decode_specialchars($order->products[$i]['attributes'][$j]['value']); Thanks all! -Kevin -
Thanks wicker, you're right. I copied the instructions word for word but there was no period in that line or the one for reports. What an eye. Thanks again -Kevin
-
I've got a problem I would love help fixing.. I just installed this contribution, and when I logged onto my admin panel I get a parse error on line 32 which reads '<a href="' . tep_href_link(FILENAME_STATS_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_DISCOUNT_COUPONS . '</a>'); Here is the full code <?php /* $Id: catalog.php,v 1.21 2003/07/09 01:18:53 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ ?> <!-- catalog //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_CATALOG, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog')); if ($selected_box == 'catalog') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . //kgt - discount coupons report '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a><br>' '<a href="' . tep_href_link(FILENAME_STATS_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_DISCOUNT_COUPONS . '</a>'); /************* '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a>'); *************/ //end kgt - discount coupons report } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- catalog_eof //-->
-
Offical Google Checkout module for osCommerce Support Thread
kevinb84 replied to Silverado05's topic in Other
Hello, When I go to purchase an item I get this error at the checkout screen * DIR_FS_CATALOG and DIR_WS_MODULES may be wrong configured in includes/configure.php file. This dir doens't exists: /home/babypris/ public_html/catalogincludes/modules/shipping/ When going through the installation steps I do not recall changing the configure.php file. Also I noticed the path it says is missing a back slash after catalog. If this is the problem where would I be able to edit this? Thanks in advance, -Kevin -
Weird, I'm having the exact same problem
-
How would I contact the Mods to change the thread title?
-
I am currently using RC1, I just downloaded it probably 2 weeks ago
-
And I just noticed now that my title is "Attributions"... nice lol
-
Sorry not following you. Where would I be able to turn globals off and how would that affect my store?
-
Nope, sorry... don't think thats what I'm looking for. My problem is actually in the admin panel when trying to add attributes to my products. Like Right now I can go back and although I have attributes on 5 products, I can only see/change about 1 of them. And although I click "page 2" and the link says page 2, it still only displays page 1.
-
Well I never noticed until now but my product attributes page has an error of some sort on it. It looks and works properly but when I go to click on page 2 or 3 of my attributes page it never changes. The link sometimes says it goes to page 2 but I cannot see the attributes to change them if I make a mistake. Any help on this matter would be great. thanks, -Kevin
-
Thanks guys, I installed .910 and it seems to be working great :)
-
I tried and it goes to the same page as when you create an account. Collects the same info and then when you're finished it says account created successfully. Maybe try it for yourself and see if you're getting the same problem as me? http://babyprissy.com/catalog/product_info...;products_id=28 Add to cart>Checkout>"Order your item without creating an account">and then it takes you to "create an account"
-
So you're saying that I'll need an additional contribution to collect shipping address?