

swolock
Members-
Content count
9 -
Joined
-
Last visited
Profile Information
-
Real Name
Steven Wolock
-
Thanks Jan, this simple solution (previous post) for input boxes instead of pull-downs works great!
-
And another thing... Is it possible to add extra product fields, as those added by Product Extra Fields contrib, to the slave listing? Thanks
-
Sorry... I posted this as a new topic in the general forum too. Is this the correct code to have an input field instead of pull down for quantity in slave listings? echo TEXT_QUANTITY . ' ' . tep_draw_input_field('Qty_ProdId_' . $product_info['products_id'], '', 'size="4"'); If so, which file does it go in an what does it replace? Thanks
-
Is this the correct code to have an input field instead of pull down for quantity in slave listings? echo TEXT_QUANTITY . ' ' . tep_draw_input_field('Qty_ProdId_' . $product_info['products_id'], '', 'size="4"'); If so, which file does it go in an what does it replace? Thanks
-
I have been trying to get Master Products 1.1.5 working on a brand new install of osCommerce 2.2-MS2. The slaves show up but cannot be added to the cart. You end up at shopping_cart.php with the message: Your Shopping Cart is empty! when a quantity is selected and the add to cart button is clicked. I have reinstalled both osCommerce 2.2-MS2 and Master Products 1.1.5 a couple of times. It is possible but unlikely I am missing the same thing each time. Can anyone please help? Thanks!
-
Thanks. I don't know what more info I can provide. I'm quite certain I've did everything I was supposed to. Is there a permissions change? Here is what happens: The master product is displayed with the slaves. I select a quantity from the pull-down at the slave I want to add to the cart. Then click add to cart. I end up at shopping_cart.php with the message: Your Shopping Cart is empty! The only other thing I can think of is an admin setting that isn't right.
-
I have installed a fresh MS2 with MP 1.1.5 a couple of times. Everything seems to work OK but I can't add any slaves to the cart. I've noticed a couple of similar posts. Please help!
-
I have a new installation of MP v1.1.5 and am unable to add products to the cart. There are no other contributions. I ran master.sql. "Buy Now" from index.php works fine. "Add to Cart" from product_info.php does't. From product_info.php?products_id=28 when "Add to Cart" is clicked, the URL bar flashes product_info.php?products_id=28&action=add_slave for a split second then jumps to shopping_cart.php with a message "Your Shopping Cart is empty!" What am I missing? Can anyone help? Thanks