Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kerrygarvey

Archived
  • Posts

    30
  • Joined

  • Last visited

Everything posted by kerrygarvey

  1. That was almost a year ago I believe. the site I was using it on is no longer there, I will have to go through my backups to check it out for you. just curious when did you download the contribution? - I was looking on the 4th of Sept. 2004 through contributions and thought I saw an update to this that mentioned the pagination was corrected.
  2. After looking at this I am thinking that we might be able to get these two contributions working together somewhere around order_process.php Im musing here but perhaps something could be written so that at checkout when the credit voucher box is clicked > a check is made to see if the balance is = 0 and if it is, the order status is changed to updated. If you look around line 61 of catalog/checkout_process.php in the webmakers array changes for downloads controller the order status is picked up. I see the process happening like this: click checkout> go to checkout shipping and it checks the product is virtual so no cod is allowed in payment and if we have voucher account balances it allows the tick box, and brings us to: checkout_payment.php we can tick vouchers now it is here where it goes to checkout confirmation where I think we have to hack to have downloads controller read the credit vouchers as an updated order status. then when the order is confirmed the link should appear because paymet status is updated. does this sound like the right direction?
  3. ahh but the link doesn't show. your right. - back to the drawing board.
  4. well so far things to be working as hoped, downloads are not allowed till orders are updated, and cash or voucher payments allow instant downloads. dandy contributions. I wonder if they work with "Downloads Page"
  5. Yes I think your right, I have re-installed an oscommerce installation with the gift voucher module and got it working zippy today. Im in the process of installing the downloads controller now. Im creating a site to sell stock photography images - and want a means to sell "Download Credits" - so customers can have an account ballance to draw on for downloads, instead of making credit card or paypal purchases for small amounts. the process is working nicely so far. site mail me if you want to see it in action
  6. Very cool contribution. I downloaded it thinking it would enlarge images without popping them up. I didn't see this functionality so I merged ultrapics with No More Popup Windows version 2. and omg it worked. Im surprised because my coding ability is the reason they put the ACK in hack. if anyone is interested in this mind meld drop me a site mail.
  7. Ive resolved this - just by re-uploading the files. seems my ftp program refused to overwrite the existing files
  8. hi there, I have installed this on a clean install, and everything is working ok, with one exception. when I click to purchase a gift voucher I recieve this error Fatal error: Call to undefined function: count_contents_virtual() in /home/myurl/checkout_payment.php on line 80 line 80 reads: $total_count = $cart->count_contents_virtual(); //ICW ADDED FOR CREDIT CLASS SYSTEM any help would be apreciated. this is a pure unadulterated install
  9. Hi Druid Mind if I step in slightly off topic? Did you see this forum? Downloads Controller Im trying to set up a means where customers can pre pay on account an amount of thier choice and then download from that - do you think these two contributions will enable that function?
  10. I have found a thread to resovle my issue - (is the search engine on this forum a lil bit buggy?) in any regards - this thread resolves this issue if you stumble upon my question here with a similar problem. Downloads Controller v5.3 MS2.2
  11. I have been doing some major exploration on this to try to get it resolved. And Im wondering If anyone can see aproblem with this code, which is my guess where the problem might originate. / BOF: WebMakers.com Added: Downloads Controller // always update date and time on order_status // original if ( ($check_status['orders_status'] != $status) || tep_not_null($comments)) { if ( ($check_status['orders_status'] != $status) || $comments != '' || ($status ==DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE) ) { tep_db_query("update " . TABLE_ORDERS . " set orders_status = '" . tep_db_input($status) . "', last_modified = now() where orders_id = '" . (int)$oID . "'"); $check_status_query2 = tep_db_query("select customers_name, customers_email_address, orders_status, date_purchased from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'"); $check_status2 = tep_db_fetch_array($check_status_query2); if ( $check_status2['orders_status']==DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE ) { tep_db_query("update " . TABLE_ORDERS_PRODUCTS_DOWNLOAD . " set download_maxdays = '" . tep_get_configuration_key_value('DOWNLOAD_MAX_DAYS') . "', download_count = '" . tep_get_configuration_key_value('DOWNLOAD_MAX_COUNT') . "' where orders_id = '" . (int)$oID . "'"); } // EOF: WebMakers.com Added: Downloads Controller
  12. I have just installed the contribution Download_Controllev5.3 MS2.2 on a new ms2.2 instalation and most evrything has gone ok. I receive the following error from my admin panel when I try to view orders --- 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit 0, 10' at line 1 select o.orders_id, o.customers_name, o.customers_id, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.customers_id = '5' and o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by limit 0, 10 [TEP STOP] ---- can anyone guide me to correcting this?
  13. hhi Strider, im sorry but i dont see the differences, ive tried to figure it out with comparisons to the product pages, but as im a complete php illiterate it hasn't sunk in. I do suspect the fix will be simple, my os instalation is the 2.2 ms2 we have php 4.3.3 on a linux running apache, with mysql 4.0.15 let me know if you need any source code to compare, and if i can help, in my limited ability
  14. Ok heres the screen shot. the first one is of the listing of new articles, i dont think it may be of use to you. in any regards it lists 17 articles, although I have set only 6 to be listed. when you click on any page number, or the next link you get this it seems to read the default article. if you want to see the issue in action Ive replaced the code and you can test it by clicking on the link Artists Bios
  15. Article Listing bug, I think in this section of article_listing.php fix counted articles $listing_numrows = tep_db_query($listing_numrows_sql); $listing_numrows = tep_db_num_rows($listing_numrows); Hi this Article module is quickley becoming an essential part to our website - the gallery owner loves it. she pointed out that when articles are listed the page count doesn't work correctly. for the moment Ive commented out the next page feature, but was hoping someone could help me get two issues resolved. 1. to have only the specified number of articles to appear as determined by (I presume) new products listing, currently all my articles appear in a continuous list. 2. to have the page results work correctly.
  16. Tell me something: Can the very cool feature of "the next article" button be added to product info displays? so users can move from product info to next product info say within the same category?
  17. ok i got this fixed by altering the definition to the index.php file
  18. as an addition to this I just discovered that I had to add this line to /english/index.php define('TABLE_HEADING_NEW_ARTICLES', 'your heading text here'); after including a listing of new articles on my index page. (that may have been obvious to you geniuses ;0) but took me 2 weeks to figure out lol)
  19. hi, This contribution is great, I have one bug to figure out however: I have added a listing of new articles to my index page but the heading appears as TABLE_HEADING_NEW_ARTICLES instead of text. where do I define this - ive searched quite a lot and cant seem to find it. you can see this on my front page at Harbour Muse Gallery thanks again for a great contribution for my ms2 instalation
  20. Thank you to all who worked on this contribution I installed it and it worked smoothly first try (well second try after I uploaded ALL the files duhh) My only query is how to change the headings that appear like the following: SUB_TITLE_ARTICLE (this appears when you click to write a review on an article) But in any regard this whole experience with OScommerce and the support community has been exceptional, we are almost ready to launch our site!
×
×
  • Create New...