-
Content count
1,836 -
Joined
-
Last visited
Profile Information
-
Real Name
Steve
-
Location
Washinton State, USA
-
Interests
Woodworking, mountain biking, computers
- Website
-
[Contribution] Credit Class/Gift voucher/Discount Coupon v5
toolcrazy replied to Ian's topic in General Add-Ons Support
I agree with Loxly 100%. I also would like to add, that I think the CVS's shouldn't even be available to the general public. The only release that should be available is MS1 and then MS2 when it is done. This would prevent a lot of headache on a lot of fronts. The developer, the user and support team. This has been run over the coals a thousand times. Writing contrib. for a release that will change tomorrow is asinine and a major waste of everybody?s time. -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
I just found that the language defines are omitted in Loaded 5 for the product_listing_muti.php Here are what I have added so far to includes/english.php define('TEXT_PRODUCT', 'Product Name'); define('TEXT_MODEL', 'Product Model'); define('TEXT_OPTIONS', 'Product Options'); define('TEXT_PRICE', 'Product Price'); define('TEXT_AMOUNT_BUY', 'Quantity to Order'); There may be more, but I will deal with it when I come across them. Also, it would be nice if I could display product images with this contrib. -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
This option is set in admin under Configurations->My Store at the bottom. But this option will only work if your customer is logged in and is in your tax zone. -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
This is the thread that I found via a link I found in one of your posts. http://forums.oscommerce.com/viewtopic.php...ity+productinfo It seem to work just perfect. I am also going to instal Ian's mod too. If you would do this, would you use the mod in the link above or would you do something diffrent? Not looking for code, just an opinion. -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
Ok, Fine, Be that way!!! :shock: :D :D Thanks, though, for the tip, I found it and got it working. -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
Ok, now you did it to me. :D :D I didn't even think about doing a search. Daahh, I been here long enough that I should of thought of it. Thanks Linda, for the 10 lashes with a wet noodle. Now maybe I will think straight. :shock: :D -
[Contribution] Multi Product add to cart
toolcrazy replied to Ian's topic in General Add-Ons Support
Ian, Looks like a wonderful contrib, It's going to come in hand for a site I'm going to build for my coffee roaster client. I do have one request though. If a customer clicks on one of the products to get a better discription, I would like the option of being able to add quanities of one item. Lets say 5 lbs of coffee. Instead of having to go into cart to add the extra quanity. Whatcha think, :wink: :D Thanks in advance. -
v.0971 was supposed to be updated for MS1. Did you do the datbase update that came with the contrib?
-
I, too, would like to have this mod. I am getting tired of deleting test accounts.
-
Ooopps, that is wrong. :oops: I just figured it out replace from the last and with your code. Oh well, I'm new to PHP and still learning. Replace this: and ot.class = 'ot_total' order by orders_id DESC"; With your code. and ot.class = 'ot_total' and o.orders_status != '99999' order by orders_id DESC"; I think I got is now.
-
Just to clearify, is this the way it should be? It is at my line 73 $history_query_raw = "select o.orders_id, o.date_purchased, o.delivery_name, ot.text as order_total, s.orders_status_name from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id) left join " . TABLE_ORDERS_STATUS . " s on (o.orders_status = s.orders_status_id and s.language_id = '" . $languages_id . "') where o.customers_id = '" . $customer_id . "' and ot.class = 'ot_total' order by orders_id DESC " and ot.class = 'ot_total' and o.orders_status != '99999' order by orders_id DESC";
-
[Contribution] Change "buy now" links to forms.
toolcrazy replied to dreamscape's topic in General Add-Ons Support
Ok, ok! I missed it. I did find this page, but I didn't bother to read the whole page. :oops: So, I guess from now on I should read before I jump. -
[Contribution] Change "buy now" links to forms.
toolcrazy replied to dreamscape's topic in General Add-Ons Support
I can't find this contrib. The link that is provided isn't anymore. Thanks. -
I FIXED IT. The order was processed to pending and I also got the email on the customer end. Need to set the reciever email. Thanks for the great contrib. Keep up the good work.