Re: Simple Drop Shipping Solution
What format do you use to purchase items from your drop shipper? Will sending them an email be fine?
Jump to post- Fri Apr 06, 2012 9:45 am
- Replies 7
- Views 1116
Re: Image confusion.
Okay, a few things. For the "Silk Blend" page, you have uploaded your images in the additional images tab. That's great if you have multiple images of one product, but you haven't uploaded the "main" image for it yet. Go back to Catalog > Product > Silk Blend and under the Data t...
Jump to post- Wed Feb 29, 2012 3:10 am
- Replies 1
- Views 361
Re: "Out Of Stock" text colour change
This is a simple version that works for me, it is only red when something is out of stock. In /catalog/view/theme/default/template/product/product.tpl, find: <span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div> And replace it with: <span><?php echo $text_stock; ?></span> <?php if($st...
Jump to post- Tue Feb 21, 2012 2:24 pm
- Replies 29
- Views 19398
Re: Exclude Products from Coupons
You could even do it simpler than that. There are a lot of products that I sell that are MAP priced - I can't go any lower, including with coupons. So when I run a coupon, I don't really have a way of saying "This one is excluded". If there was an autocomplete type of form like there is wh...
Jump to post- Tue Feb 21, 2012 2:23 pm
- Replies 8
- Views 3216
Re: Exclude Products from Coupons
Super bump... anyone?
Jump to post- Sun Feb 05, 2012 2:29 pm
- Replies 8
- Views 3216
Re: Can you set new product listings to 'disabled' by defaul
Hi all, can anyone tell me how I can set new product listings to 'disabled' by default so they do not automatically display. I'm assuming it involves playing around with the php files but I'm a complete novice to this so any direction would be most appreciated. I'm running Version 1.5.1.3 Thank you...
Jump to post- Wed Feb 01, 2012 1:10 pm
- Replies 11
- Views 1648
Re: How to add extra tab in product ?
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3263&filter_license=0&filter_download_id=22&page=2&sort=e.date_modified&order=DESC small (just names)change at it works as charm. 5 min even for a girl;) And it supports Shoppica... You're my hero....
Jump to post- Sun Jan 29, 2012 8:08 am
- Replies 30
- Views 21316
Re: Simple PHP Help
This should be a pretty simple help request, I just can't seem to get it working. Basically, I want to lay an image over another image when $price is greater than a certain value. Here is my code: <?php if($price >= 150) { ?><div style="position: relative;"> <?php } ?> "$price" ...
Jump to post- Sun Jan 29, 2012 6:18 am
- Replies 5
- Views 629
Re: Simple PHP Help
You also need to adapt it to the apropriate tpl files to show it. Very interesting are you sharing ? Well, actually, that's in the tpl file. I will definitely share once I get it working. I suppose I should place part of this in the controller file and then call it as a variable. I'll try that and ...
Jump to post- Sun Jan 29, 2012 4:50 am
- Replies 5
- Views 629
Simple PHP Help
This should be a pretty simple help request, I just can't seem to get it working. Basically, I want to lay an image over another image when $price is greater than a certain value. Here is my code: <?php if($price >= 150) { ?><div style="position: relative;"> <?php } ?> and then, later... <...
Jump to post- Sun Jan 29, 2012 4:18 am
- Replies 5
- Views 629
Re: "Out Of Stock" text colour change
This is a simple version that works for me, it is only red when something is out of stock. In /catalog/view/theme/default/template/product/product.tpl, find: <span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div> And replace it with: <span><?php echo $text_stock; ?></span> <?php if($sto...
Jump to post- Sun Jan 22, 2012 7:27 am
- Replies 29
- Views 19398
Re: how can customer use rewards points
I've got a question to add on to this - where can you change how many points a customer may use towards an item? Is there a way to turn Rewards Points into a discount of sorts? For example, can they use 10 rewards points to get $1 off of an item? Are there any extensions that can accomplish this? Is...
Jump to post- Sun Jan 22, 2012 5:30 am
- Replies 9
- Views 3786
Re: Manual Invoice Number
Anyone? Can I request a quote from someone for this? PM me...
Jump to post- Sun Jan 22, 2012 3:36 am
- Replies 5
- Views 1055
Re: Manual Invoice Number
So is there a way to manually enter something like this?
Jump to post- Tue Jan 17, 2012 4:05 am
- Replies 5
- Views 1055
Re: Manual Invoice Number
Hmm, perhaps I don't entirely understand the invoice number then. The idea (to me) was a cross-reference for our point of sale system. We manually enter each order in our POS to ensure that it is taken out of our inventory. The invoice number would be a great cross-reference for both the users and f...
Jump to post- Sun Jan 15, 2012 2:27 pm
- Replies 5
- Views 1055
Product Image Layover
Hey guys, I was wondering if anyone has a solution to having an image layover a product image. I have attached a file that shows what I want to occur, but basically, for all products that are over a certain price, I want to have an image lay over it saying "Free Shipping". Would that be a ...
Jump to post- Sun Jan 15, 2012 8:59 am
- Replies 1
- Views 392
Manual Invoice Number
Hey guys, There was a forum topic about manually entering an invoice number in the admin panel (instead of having one generated) and this would be great for me, as I could match it to the invoices we have on our POS. However, the thread didn't really explain anything. So my question is this: When yo...
Jump to post- Sun Jan 15, 2012 8:04 am
- Replies 5
- Views 1055
DiscountGoalie.com
Hey guys, Just launched DiscountGoalie.com . Took a few months to get everything up and running (although most of it was due to the holiday time crunch), but I'm loving OpenCart. Take a look around, let me know if I've done anything incorrectly, and hopefully, enjoy it. :) There is still a TON of wo...
Jump to post- Sun Jan 15, 2012 5:13 am
- Replies 0
- Views 453
Re: Remove Fax Number, Card Issue Number, and Valid From Dat
I should update this: I'm using Paypal Website Payments Pro.
Jump to post- Sat Jan 14, 2012 2:37 am
- Replies 2
- Views 647
Remove Fax Number, Card Issue Number, and Valid From Date
How can I remove the Fax Number, Card Issue Number, and Valid From Date from the checkout process? They are unnecessary and I would like to get rid of them. What do I remove in the Controller and View files for the checkout? I removed it initially from the checkout TPL and it stalled and wouldn't go...
Jump to post- Thu Jan 12, 2012 12:40 pm
- Replies 2
- Views 647