Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NuDreamer

Pioneers
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Real Name
    William

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NuDreamer's Achievements

  1. @@raiwa Well what do you know.. I fixed it! Your comment about ot_shipping got me thinking.. so I checked it. For anyone else with this issue, here is the process. Regardless of the fact I was using Table Rate Shipping, I still needed to go into "Modules > Order Total > Shipping" in the Admin panel (I am using osCommerce 2.3.4 Bootstrap Gold). I enabled Allow Free Shipping, and set the Free Shipping Amount. Thanks for the assist!
  2. Hi @@raiwa, For Shipping I am using the Table Rate Shipping module that comes standard with OsC. I charge certain amount of shipping per dollar amount, until the basket reaches $88, at which point the Free Shipping kicks in. I am using Ship in Cart BS Reloaded 3.5. The Shipping option shows as Shipping: 0.00 on the checkout, and checkout confirmation pages, it just does not seem to show in the Order Totals box on the Shopping Cart for some reason. What is the Free Shipping option you spoke of in ot_shipping?
  3. Hi Guys, I'm really hoping someone can help me out here. I have this fantastic module working well with the Modular Shopping Cart. However, I have noticed that when an order qualifies for free shipping. There is NO shipping displayed in the Order Total box. It DOES show shipping if shipping costs are applicable. I would like to make it so that it shows either FREE SHIPPING, or at the very least, display Shipping: 0.00. Can anyone help me with this?
  4. Hey Guys, I have been using Article Manager for some time now, and I absoloutly love it. I want to try and make one thing work, and for some reason, I cannot figure our how.. Currently when you click an article it reads Home > Articles > Article Title here. I want to change it up, so the article Topic always appears instead of the the word Articles. So it would read like: Home > Article Topic Title > Article Title Here. I am assuming it is done here: $pageTags = tep_db_fetch_array($pageTags_query); $breadcrumb->add('Articles', tep_href_link(FILENAME_ARTICLES)); $breadcrumb->add($pageTags['page_title'], tep_href_link($articlesPage)); But I don't know how to write it. I would sincerely appreciate any help! Thanks so much!
  5. OK, I fiddled with this addon for the remainder of the day, and I did manage to make it so it displays correctly, but I got a bunch of javascript errors, the loader wouldn't show, etc. And the layout was broken on IE. I went to the developers website, and in the demo, it does NOT display correctly in IE either. So they don't even have it right, this is using the latest version of osC V.2.3. I wish somebody would develop a checkout process for this shop that's not broken in every other way lol.
  6. I am trying to install this on a new store. I am using the latest version of OsC, osCommerce Online Merchant v2.3.1. I followed the installation instructions exactly, and when I actually activate the One Page Checkout in the admin panel, my checkout page is blank! I can see the menu at the top, but past that, everything else is blank! Not to mention, it takes the page forever to load. I have no idea what I did wrong, any ideas? If it helps, the default CSS file doesn't seem to be loading either. An image is attached.
  7. I have found another bug in this script. I noticed that whenever I enter a Visa card, the cart always changes the expiration date on the checkout_confirmation.php page, to: December, 2019. This is no matter WHAT visa card I use. I do not know if this because of the CVV2 addon I am using or not. Anyone else run into anything similar? is this script still being supported?
  8. Hey Guys, I ran into an error when using this module that I did NOT have before this. I am using the CVV2 addon found here: http://addons.oscommerce.com/info/2954 It is the standard OsCommerce CC module, just with the CVV2 addition. It was working just fine on my live store, then I installed this contribution, and the following occurs: 1. Customer enters credit card info and submits. 2. Customer is redirected to checkout_payment.php, where they recieve an error that the CC Expiration date is incorrect. 3. Customer reenters information, and checkout completes succesfully. Any ideas as to why customers have to enter their credit card info TWICE before it accepts the expiration?... Thanks in advance for the help!!
  9. What page is this supposed to be used at?
  10. Did anyone else run into this problem... I have no problems with this install except for one page /includes/classes/shopping_cart.php. I can insert all the needed code, but when I put in this line: // CCGV ADDED - BEGIN if ($this->show_weight() == 0) { $wvirtual_check_query = tep_db_query("select products_weight from " . TABLE_PRODUCTS . " where products_id = '" . $products_id . "'"); $wvirtual_check = tep_db_fetch_array($wvirtual_check_query); if ($wvirtual_check['products_weight'] == 0) { switch ($this->content_type) { case 'physical': $this->content_type = 'mixed'; return $this->content_type; break; default: $this->content_type = 'virtual_weight'; break; } } else { switch ($this->content_type) { case 'virtual': $this->content_type = 'mixed'; return $this->content_type; break; default: $this->content_type = 'physical'; break; } } } } } } elseif ($this->show_weight() == 0) { reset($this->contents); while (list($products_id, ) = each($this->contents)) { $virtual_check_query = tep_db_query("select products_weight from " . TABLE_PRODUCTS . " where products_id = '" . $products_id . "'"); $virtual_check = tep_db_fetch_array($virtual_check_query); if ($virtual_check['products_weight'] == 0) { switch ($this->content_type) { case 'physical': $this->content_type = 'mixed'; return $this->content_type; break; default: $this->content_type = 'virtual_weight'; break; } } else { switch ($this->content_type) { case 'virtual': $this->content_type = 'mixed'; return $this->content_type; break; default: $this->content_type = 'physical'; break; } } } // CCGV ADDED - END All the pages on my site become blank. That is the only addition that shuts it all down. Anyone else run into this, or is there someone who can help me?
  11. Hi, can anyone tell me how you go about adding a text box to your product?? Right now, I put in the Option name, length, select text as the type, and insert a comment. Then for the Option Value, I put TEXT. But when I add it to the product, on the product_info.php page, all I get is the usual drop box!! I checked and triple checked the code for the pages. I made sure all new files were uploaded. And still nothing. What am I doing wrong?!
  12. I got it fixed. For anyone who does not understand how to make it work on other page. You have to surround that section of code with PHP tags. It should like like this when your done: <?php $mce_str = 'replace_this_with_textarea_name'; echo '<script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce.js"></script>'; include "includes/javascript/tiny_mce/general.php"; ?> Great Contrib! Thanks again. Good luck to anyone else using it!
  13. I know this is an old thread to wake up again.. But I am curious. Does anyone know how I can edit the attribute so it does not list a maximum number per line? I would prefer them to keep going until it has to drop to the next line..... Anyone can help?
×
×
  • Create New...