Page 1 of 1
Search found 11 matches
Re: Multiple Products At Once
I could use this too.
Jump to post- Wed Sep 19, 2012 8:01 am
- Replies 2
- Views 1214
Re: Stock Status on Invoice
Thanks for the tip MrTech. Been trying to figure out a solution for the past month but can't seem to make sense of it. I've messed with the controller and tpl files but it keeps on saying that the variable is undefined..
Jump to post- Tue Sep 11, 2012 6:45 am
- Replies 2
- Views 918
Re: [1.5.1.3] New 1.5.x search design causes new problems
May I ask what the purpose of these changes are?ecoleman wrote:This is fixed you also need to replace the following
FIND (TWICE)REPLACE WITHCode: Select all
$sql .= " AND (";
FIND (TWICE)Code: Select all
$sql .= " AND ((";
REPLACE WITHCode: Select all
$sql .= ")";
Code: Select all
$sql .= "))";
enk Jump to post
- Sat Sep 08, 2012 2:06 am
- Replies 57
- Views 26119
[RESOLVED] Display Quantity in Checkout page
Hello, Does anyone know how to display the quantity for each products in the Checkout page under Step 6: Confirm Order? I've checked the checkout.php and checkout.tpl files but can't seem to find the code where I can display the quantity. So far it only displays Product Name and Model. Any help woul...
Jump to post- Fri Aug 31, 2012 8:55 am
- Replies 0
- Views 194
Re: [vQmod] Remove Wishlist
It removes wishlist from most things but when you click my account on the right of the screen where it shows ACCOUNT along with My account, Edit account, password, wish list is still showing there?? You can go to: /catalog/view/theme/YOUR_THEME/template/module Find: <li><a href="<?php echo $wi...
Jump to post- Fri Aug 24, 2012 5:22 am
- Replies 16
- Views 13429
Re: Help Changing Invoice Model Sort Order
I'm curious too! It sure would make life easier and less prone to making errors.
Jump to post- Fri Aug 17, 2012 12:55 am
- Replies 10
- Views 3477
Re: Top menu bar not showing 1.5.1
Anyone know what to do if the selected category does NOT show up on the menu bar, even after I've checked the "Display in the top menu bar" option? =/
enk
- Wed Aug 15, 2012 8:45 am
- Replies 3
- Views 1780
Stock Status on Invoice
Hello, I was wondering if anyone knows a way to print out that a product is "out-of-stock" or "pre-order" on the order invoices? For example, on the invoices, i would like it to display the stock status after the product name: "ProductName - Out-of-Stock " or "Prod...
Jump to post- Fri Aug 10, 2012 8:20 am
- Replies 2
- Views 918
Re: Product Model Number gets cut off after Checkout
THANK YOU SO MUCH florinsith!! I've been looking for some truncated function in the codes for these past couple of days. @_@
Jump to post- Sat Aug 04, 2012 7:13 am
- Replies 2
- Views 354
Re: require company field in checkout 1.5.1.3
avvici, you are awesome! Thank you for that step-by-step procedure!
Jump to post- Sat Aug 04, 2012 7:03 am
- Replies 20
- Views 16354
Product Model Number gets cut off after Checkout
Hello All, I have noticed that after a customer finishes shopping, checks out, and confirms their order, the product's Model number gets cut off on the customer's Order History > Order Information as well as admin's Sale > Orders. For example, instead of "iPHONE4/4S-ESC-WS-2DCRDI021", it o...
Jump to post- Fri Aug 03, 2012 6:02 am
- Replies 2
- Views 354
Search found 11 matches