Search found 69 matches

Search found 69 matches

Re: Adding email field for reviews

For future reference this can be done by following this: http://forum.opencart.com/viewtopic.php?t=58425

Jump to post
  • Tue Aug 19, 2014 9:49 pm
  • Replies 10
  • Views 3172
Re: [RELEASED] Custom Product Tab PRO / Extra Tabs (vQmod)

Hello, I have tried to get this working on a custom theme. Followed the integration and that all works fine. However I cannot get and tab content to show. I've gone into the admin>module>Custom Product Tabs PRO selected to have the description, review tabs enabled for all products, clicked save and ...

Jump to post
  • Sun Jul 20, 2014 4:03 am
  • Replies 137
  • Views 66539
Re: [Help]Shipping Instructions after check out?

Hi Cameron, welcome to the forums :) This isn't too difficult. 1) Backup and open catalog/view/theme/YOUR_TEMPLATE/template/common/success.tpl (if the file isn't in your current theme, open the default template file) 2) Search for: <?php echo $text_message; ?> 3) Either above/below that code add: <...

Jump to post
  • Sat Apr 05, 2014 4:45 am
  • Replies 3
  • Views 1274
Re: USPS not responding

Ok I got mine to work.

Try this: http://www.opencart.com/index.php?route ... earch=usps

Make sure the weight is set to pounds.

However I seem to conflict when I have UPS and USPS enabled at the same time.

Jump to post
  • Tue Mar 25, 2014 4:32 am
  • Replies 1
  • Views 755
Re: Merging customer accounts HOW TO and is this possible?

avvici -arvixe- wrote:Yes this is a good idea
Hello,
Another thing I have noticed is that a customer can have an account with an email address as: Test@test.com, and have another account as test@test.com.

I have been looking around the forum for a while on having letter capitalization no be a factor.

Jump to post
  • Thu Mar 13, 2014 12:38 am
  • Replies 16
  • Views 4817
Re: Merging customer accounts HOW TO and is this possible?

Hello,
Glad your back :)
Wouldn't Billing address be a good matching point also?

Jump to post
  • Wed Mar 12, 2014 9:54 pm
  • Replies 16
  • Views 4817
Re: Merging customer accounts HOW TO and is this possible?

I have some customers that have more than one account, this is due to using more than one email address over the years. What I want to do is be able to merge the accounts into one. Thus older orders are still maintained and added to the new account history. Is this possible or does someone sell an ...

Jump to post
  • Tue Mar 11, 2014 12:18 pm
  • Replies 16
  • Views 4817
Re: How to insert Hyperlink in product attribute?

edit: admin/model/catalog/product.php find 2 X occurrences of foreach ($product_attribute['product_attribute_description'] as $language_id => $product_attribute_description) { add after both occurrences $product_attribute_description['text'] = html_entity_decode($product_attribute_description['text...

Jump to post
  • Tue Jan 21, 2014 7:06 am
  • Replies 13
  • Views 8249
Re: Managing Orders in Opencart

Have you taken a look at any of the drop ship extensions?

http://www.opencart.com/index.php?route ... rop%20ship

Or purchase order extensions?

http://www.opencart.com/index.php?route ... se%20order

Jump to post
  • Mon Dec 16, 2013 6:24 am
  • Replies 9
  • Views 2630
Re: Changes to USPS Service

Fix done In: catalog/model/shipping/usps.php Find: $result = str_replace('&lt;sup&gt;&amp;reg;&lt;/sup&gt;', '', $result); $result = str_replace('&lt;sup&gt;&amp;trade;&lt;/sup&gt;', '', $result); Replace with this: $result = str_replace('&lt;sup&gt;&...

Jump to post
  • Wed Jul 31, 2013 4:03 am
  • Replies 64
  • Views 34626
Re: Share Your Purchase Mod?

Hi,

This is what I have found. Great idea if someone can get a working version similar to Amazon.

http://www.opencart.com/index.php?route ... on_id=8590

Jump to post
  • Sat May 18, 2013 4:25 am
  • Replies 3
  • Views 1201
Re: [SOLVED]:how to add a link in an individual product page

If you wanted this for multiple product pages can you just seperate the IDs with commas? Ie 49,50,51


Thank you

Jump to post
  • Mon Mar 18, 2013 12:03 pm
  • Replies 7
  • Views 856
Re: Opencart Template IE 10 Menu Error

I have not. I am not experienced enough with CSS to make a full menu. However there is an extension for the admin side: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6805&filter_search=css It can probably be dissected and translated to the front end. I will at...

Jump to post
  • Sat Mar 16, 2013 8:57 am
  • Replies 32
  • Views 9472
Re: Opencart Template IE 10 Menu Error

Copying the code into the common.js worked...... Kinda.

I am using 1.5.1 . The sub categories will show but then when scrolled back over they go back to the original nub

Anyone else see this?

Jump to post
  • Mon Feb 18, 2013 2:12 pm
  • Replies 32
  • Views 9472
Re: Hide Price if =0

Thank you, that did it.

I tried that once with the $ and locked myself out of the admin with an error.

Jump to post
  • Fri Jan 25, 2013 6:30 am
  • Replies 11
  • Views 9695
Re: Hide Price if =0

1. Edit catalog/view/theme/YOUR-THEME/template/product/product.tpl 2. Find (line 37) <?php echo $price; ?> replace with <?php if($price == "$0.00") { echo "Unavailable"; } else { echo $price;} ?> BUT do note the '$' sign. Change accordingly to your currency. If you allow a chang...

Jump to post
  • Thu Jan 24, 2013 4:42 am
  • Replies 11
  • Views 9695
Re: shopping cart basket drop down box

Ok found my own solution. In your stylesheet find: #header #cart .content { clear: both; display: none; position: relative; top: -1px; padding: 8px; min-height: 150px; border-width: 1px; border-style: solid; border-color: rgb(238, 238, 238); border-radius: 0px 7px 7px 7px; box-shadow: 0px 2px 2px rg...

Jump to post
  • Sun Jan 06, 2013 6:28 am
  • Replies 4
  • Views 1745
Re: shopping cart basket drop down box

I have been looking for the same thing.

The shopping cart is positioned all the way right. Making the cart's pop up not fully visible since the pop up goes further right.

If you have found something please post.

Jump to post
  • Sun Jan 06, 2013 6:20 am
  • Replies 4
  • Views 1745

Search found 69 matches