Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

qxonn

Pioneers
  • Posts

    43
  • Joined

  • Last visited

Everything posted by qxonn

  1. ShaGGy, Have you tried looking at the SPPC contribution? (Separate Pricing Per Customer) It has the capability of creating customer groups for unique pricing on items, tied to a defined customer group. In my opinion it may be easier to manage than manually creating / duplicating a product with a different price. Easier on the database management too, I suppose. There's also an addon that can hide categories and products from customer groups as well. I have this in conjunction with Quotes v1.2 and they work great. Jack, I have a question on Quotes. We have it working great in our store, except that I find that there's a way for the customer to view and access the Quote category through the breadcrumb link when they are viewing one of their quoted products. Did I mess up somewhere or is this something that might need to be addressed? I've noticed that a customer can view all the quoted products if they go to the Quote category through that breadcrumb link. It's not a huge deal, as if they click on a product that's not theirs they get a "invalid" error, but I'm wondering if there's something else to ensure total privacy between customers. Thanks again for the great contribution.
  2. I just discovered this issue and I am not aware if anyone else has had this problem. If so, I apologize. If not, here is a description of my issue below. I'd be grateful for any insight. We use Ultimate SEO URL's along with this Google Sitemap contribution. Our googlesitemap output URLs are wrong. The URLs themselves DO work and resolve to a product page, but they aren't the same as if you manually navigated to the page. Example: googlesitemap output: 4hp46-p-30486.html user navigation output: hp46-swivel-union-connector-swivel-p-23703.html Both of these pages take you to the same product. I'm not sure which contribution would be causing this issue. Thanks for your time. I will go back and re-read and reinstall things and see if I can figure it out.
  3. Hi George, Thanks for the quick reply. Aside from product filtering, do you have any input on giving the user a greater ease of use to find their product with Master Products? You mentioned you've done multiple furniture selections, etc and I'd be curious to hear more and how you did that and if you did any customizations or found a way to display the data in a more efficient manner. Any links to examples would be incredible as well. Best, Matt
  4. I'm looking for a better way to list & organize my slave listing to make it easier for the customer to find their product. Has anyone found a way to do custom slave selection instead of a basic list? Let me explain: We sell industrial products on our site and some Masters have over 50+ slaves to them. These slaves usually vary in sizes, say for example a pipe connector will have two ends with two unique sizes. I am trying to figure out a way to sort them easier for the customer, and perhaps even have them enter an initial size to filter the slaves listed. Now here comes the tricky part: We don't just sell products that fit this particular situation. Meaning that some Master & Slaves would require a unique set of circumstances to filter out slaves (size is not an attribute that applies to all of our products). I'm not sure how to go about this. I'm not sure if anything like this exists out there already or if this is remotely possible with how Master Products works. We plan on hiring someone to get this done but would appreciate any input from the "Master Products Guru's" first in regards to feasibility. Much appreciated, Matt
  5. Not a problem :-) Thanks for the heads up on the pop-up contribution you added, I missed that earlier and I will check that out for my site.
  6. I'm pulling my hair out trying to find a way to eliminate the ugly radio-button selection on my site and having no luck. Can anyone point me in the right direction to change it to a drop-down or even a "edit" link? We use three payment types: authorize.net, bank/wire transfer, and paypal. Anything that will get rid of these default radio buttons... yikes. If I'm stupid and overlooking something, I apologize! Thank you.
  7. You DO want to show Masters. I said that the code doesn't show SLAVES on the index.
  8. mraeryceos: I have many places where I have placed the code as well, it's not just one line. But, I also have a lot of other contributions like Separate Pricing Per Customer so can't be specific to your situation without seeing the entire index.php to tell you what to do. I believe that what this code does in index is making sure you are only listing master products and not any slaves, thats why it's adding "and p.products_master = '0', its filtering out the slaves and keeping the masters so they are listed and not the slaves. Slaves should be only seen on the product_info.php page, not on the index. My suggestion is just to do some trial and error and backup before you do. That's how I learned and got through everything (and from a lot of help from the great folks on the forums here.) This is my official non-programmer advice! Good luck.
  9. Hello again, Has anyone had any luck getting MVS to work with a Single Page / One Page checkout contribution? Thanks, Matt
  10. I'm trying to format my slave product descriptions to accept <P> or <br> html formatting. I have quite a bit if information in the slave descriptions and need a way to "clean it up", but I can only get the font color to work... no other html coding seems to work. Any ideas why that is so? In the master product description, <p> and <br> works fine. Thanks. edit: Nevermind, I found the strip_tags in master_listing.php and am making the needed modifications. Carry on!
  11. I was just asked to get Fedex Freight going on our store. We use Multi Vendor Shipping (MVS 1.0) Is there anyone out there who has done this and has it working with the new Fedex API? Best, Matt
  12. Hello again, Always appreciate the quick responses and help here. I have a question regarding MVS and its capabilities: Is there a way to calculate customs duties & additional taxes with MVS so the customer can pay for these fees before purchase? We are attempting to become an international store and looking at ways to do this easily and conveniently and aren't sure what to do. If not MVS, does anyone have any insight on the matter? Thanks again. Matt
  13. Hello, Before I get too further with troubleshooting my problems I want to make sure I am installing the right UPS XML for MVS 1.0. I am running oscommerce 2.2 and have MVS 1.2.3 installed. Works great, with vendor emails, etc. I'm having issues with UPS XML and am not sure which one to install as there seem to be a few out there. Should I be using the UPSXML 1.2.6 for MVS found on the MVS V1.0 contribution page here: http://www.oscommerce.com/community/contributions,4129 dated 30 May 2007. Or, is there something more current that works with MVS 1.2.3? Thank you for your help. Matt
  14. You are the man! :thumbsup: Thank you so much. All fixed.
  15. I discovered the source of my issue, it is in the Security Pro contribution "cleansing" the $HTTP_GET_VARS, conflicting with my Master Products code, which is in my product_info.php as such: $master_query = tep_db_query("select products_id from " . TABLE_PRODUCTS . " where products_master = " . $HTTP_GET_VARS['products_id']); If I load mysite.com/product_info.php I receive the following 1064 error: 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 '' at line 1 select products_id from products where products_master = The end of that is where $HTTP_GET_VARS is located. I will do some research into figuring out a way to fix this. If anyone has any thoughts to this, it'd be appreciated. Thank you for your time.
  16. Hi Gergely, Thank you for your reply. I am using Master Products MS2 version 1.2.5 for osCommerce 2.2.rc2a. We use entering products number to add to cart. This error only occurs during PCI Compliance scan, not during normal use. I cannot create the error they are giving me. My site works great otherwise. You mentioned application_top and I should tell you I use Security Pro http://addons.oscommerce.com/info/5752 which modifies that file. Thank you for your time, Matt
  17. Hello, I am having some troubles becoming PCI compliant and I have two SQL injection errors that I believe are attributed to the Master Products contribution. Can anyone provide some assistance? I'm a bit clueless when it comes to this sort of thing, but the action that is triggering the SQL error seems to be associated with this contribution. Any thoughts on how this scan is causing this problem? I spent the weekend going through everything that I know and I cant seem to figure out a way to replicate this problem. Any help or advice here would be tremendous. Thank you. Information From Target: Regular expression "You have an error in your SQL syntax" matched contents of /product_info.php. Query Parameters * Qty_ProdId_14829 - 0 * Qty_ProdId_14828 - 0 * Qty_ProdId_14834 - 0 * Qty_ProdId_14832 - 0 * Qty_ProdId_14833 - 0 * Qty_ProdId_14830 - 0 * Qty_ProdId_14831 - 0 * Qty_ProdId_14827 - 0 * Qty_ProdId_14826 - 0 * cPath - 1350_506_1214 * products_id - 10286 * action - add_slave\'SQL
  18. Thanks Jack. This contribution is a life saver. Is there a way to hide the "quote products" from search? It's good to have people locked out from accessing them entirely, but it'd be best to not show up in search results for all users. If this is not a feature of the contribution, which I don't think it is, I will gladly pay for the help.
  19. Another quick question: Is there a way to manually create a quote inside the admin section? (or any other way for an admin to create a quote for a customer)? I really like how this is designed and works, I just have found a few customers who are confused and expect manually creating a quote after they call me would be helpful. Thanks, Matt
  20. edit: Just as I typed my question out, I discovered my problem was with a contribution I had installed. Thanks for the great contribution. Has anyone had any luck working with Master Products - MS2? I've found that if I have slave items in the cart, no products can be added to the quote. As our "Quotable Products" are standard products (not a slave item), they are added fine when they are alone in the customers cart. However, items cannot be added to the quote if there are slave items present. A shot in the dark hoping someone has had this great contribution modified. :-) Thanks.
  21. Hello, I have, what I consider, a very robust oscommerce site with 16 main categories. I need Dynamenu to split its horizontal menu output to, at the very least, two rows. Is this possible? I searched the forum and see the question has been raised, to no avail. Crossing my fingers here! Thank you. Matt
  22. Hi, Nice timing as the site I am developing is in need of tabbed product information and I just found this today. I will give this a shot and hope to provide some support. My javascript is weak but I'll try my best to help. Matt
  23. Is it possible to have the site search include the slave products model # and description, with a link to the master product? Any tips for doing so before I take a stab at it? It's good to see support for this great contribution be continued for the latest release.
  24. Hi all, I have a problem I have been trying to repair and haven't had much luck finding the answers for it. After adding the contribution, a master product appears (the photo is there, you can click on the photo to go to the master page) BUT: the product descriptoin is simply "...", and the "Details" button below the image that should take you to the page has a missing "product_id" code in the link. Can anyone tell me how to get this to work correctly or point me in the right direction? Has anyone had this problem? Best, Matt
  25. Hi again, Jan: thank you for sending over the SPPC & Master Products MS2 files to get the two contributions working nicely with each other. SPPC now properly works with the slave products, but I have a new costmetic problem that I'm not sure is SPPC or Master products, so I'll try posting here first as the other thread is a bit dead (sadly). The new code that I installed replaced the item input fields with a pull down menu. I made the changes to the code, and now I am receiving an input field that is quite large and says "Array" inside. I'd prefer it said the number 0! You can see an example on our test site here: http://www.alchemyindustrial.net/product_info.php?cPath=881_148_762&products_id=12897 Does anyone out there know how to fix this? Also, I am wondering how to get it to accept a 5 digit number rather than just 2. Currently maxes out a 99, but we are an industrial sales site and need 5 digit product ordering. Sorry if I am in the wrong place for this, but combining SPPC was the last step I did so I'm giving it a shot. I'll include the code in hopes that it will garner some insight. case 'MASTER_LIST_BUY_NOW': $lc_align = 'center'; $lc_valign = 'top'; if ((STOCK_CHECK == 'true')&&(tep_get_products_stock($listing[$x]['products_id']) < 1)) { $lc_text = TEXT_STOCK; } elseif ((STOCK_CHECK == 'false')&&(tep_get_products_stock($listing[$x]['products_id']) < 1)) { $qty_array = array(); for ($i=0; $ns = 20, $i <= $ns; $i++) { $qty_array[] = array('id' => $i, 'text' => $i); $lc_text = tep_draw_input_field('Qty_ProdId_' . $listing[$x]['products_id'], $qty_array) ; //replaced tep_draw_pull_down_menu } } else { $quantity = tep_get_products_stock($listing[$x]['products_id']); $qty_array = array(); for ($i=0; $ns = (($quantity < 20) ? $quantity : 20), $i <= $ns; $i++) { $qty_array[] = array('id' => $i, 'text' => $i); $lc_text = tep_draw_input_field('Qty_ProdId_' . $listing[$x]['products_id'], $qty_array) ; } } break; Best, Matt
×
×
  • Create New...