

wrequine
Members-
Content count
18 -
Joined
-
Last visited
Profile Information
-
Real Name
Angela
-
-
After some trial and error I finally got this add-on working beautifully; from customer side (including options images) through the checkout process, and into the admin side all works as it should. My problem is with the display on product_info. Regular options display as they should. But options that have been touched by Option Types V2 are duplicated - they are displayed once correctly, and once as drop-downs with "customer-input." My first thought is I have some duplicated code somewhere in product_info.php, but after a couple different sessions of scouring this page I have been unable to find it. Does anyone have any suggestions as to what may be causing this? You can see the display problemt here.
-
This is exactly what I am looking for, only for the manufacturer's box. Has someone done this, or can this code be modified for use in manufacturer? If anyone can help with this, I would appreciate it very much.
-
I have this same problem. I have checked my install, and even compared my edited files to the original oscommerce files, and the contrib files when provided. I cannot find a discrepancy which would cause this to happen. Additional information: It only happens when an order is created in admin. Customer side and order editor are both working the way they should. When creating a new order using manual order maker, the order totals box starts out looking like it should: Subtotal OT_Discount Shipping Tax But then after I add a product, the tax suddenly jumps to below the subtotal, and calculates without the discount or shipping figured in. Of course I want to charge tax after the discount, and by state law I have to charge tax on shipping, so I desperately need this fixed! Has anyone found a solution? Or can anyone provide any insight as to why this is happening?
-
I have a heavily modified shop and have run the latest version of QTPro since its inception. QTPro is a great contribution, and I believe a must-have. However, I have come to the conclusion that there are more important (for me, anyway) contributions that severely conflict with QTPro. I have successfully removed all code with a file compare program but still need to uninstall the MYSQL. Does an uninstall .sql file exist? Or can anyone provide some guidance as to how to accomplish this? Any help is much appreciated. Thanks.
-
Okay I feel like an idiot because this took me weeks to figure out, and the solution was so simple - staring me right in the face. But I scoured the forums and couldn't find an answer, so I am posting it here. To get rid of that annoying black border around your buttons, simply add style="border:0" to the end of this line of code. Once I figured this out, I was able to match the buttons on the wishlist page as well. Now everything looks seamless. <td class="main"><?php echo tep_image_submit_ori('button_wishlist.gif' , 'Add to Wishlist', 'name="wishlist" value="wishlist" style="border:0"'); ?></td>
-
Is anyone successfully using osfinancials on Hostgator? I like the looks of this software, but am having trouble getting it connected. I followed the instructions on the osfinancials website and posted on their forum, to no avail. I am just stuck - obviously missing something. If there is anyone who can offer some step-by-step help/instructions it would be really appreciated.
-
Salemaker - sales price not shown at checkout
wrequine replied to adegutis's topic in General Add-Ons Support
I figured it out - on catalog/shopping_cart.php there are two instances of the same code. I originally only replaced one. Oops. -
Salemaker - sales price not shown at checkout
wrequine replied to adegutis's topic in General Add-Ons Support
I am having this problem as well. Does anyone have a solution yet? -
I followed this advice to get my css buttons to work with wishlist, and it worked like a charm. However, can anyone explain the black rectangle around my button created to match the others? Any help would be appreciated.
-
Simple Multi Image Add-on (Un-Limited) with FancyBox Popups
wrequine replied to spooks's topic in General Add-Ons Support
I followed this instruction to change the name on my image titles. It worked beautifully, thank you. However, and I know this is rather picky or petty of me, but is there a way to remove the file extension from the titles? For example, right now the titles are reading "Haymaker.jpg" when I would much rather have have them read "Haymaker". Any thoughts on this? -
-
Did you ever get this sorted out? I am having exactly the same problem.