Search found 51 matches

Search found 51 matches

Re: Decimal Places Producing Wrong Prices

I was thinking your where using 1.5.x, that is where the TAX BUG was found. For your version there is none, but as you modified so much could it not be a mistake you made? hello. i have searched in vain for a solution to this. do you know how i can make oc calculate prices with just 2 decimals? i h...

Jump to post
  • Tue Nov 15, 2011 6:58 am
  • Replies 12
  • Views 4224
Re: How to automatically remove decimals when price is round

You could probably do it at the controller level because that is where the currency/tax gets calculated. catalog/model/catalog/product.php catalog/model/catalog/category.php etc I'll do you one better and have you do it at the currency library level as then you only have to do it in once place and ...

Jump to post
  • Tue Nov 15, 2011 6:48 am
  • Replies 12
  • Views 5419
Re: Hide add to cart button for items not in stock?

how can we stop adding 2+ products in cart even if in stock we have 1? as it is you can add 9999, navigate fine and when you try to checkout you recive a notice that the product is not in the quantity requested. any ideea? clients should recive the message and no products should be added if the quan...

Jump to post
  • Thu Nov 10, 2011 4:44 am
  • Replies 41
  • Views 35791
Re: Fancurier - Romania ( modul pentru livrare )

ma intereseaza modul de posta romana si de fancourier pentru ultima versiune de opencart. un pret? salutare Ii poti cere personal o oferta de pret pentru ambele module direct pe pagina de vanzare a modulului, de unde le poti achizitiona la rubrica comments, si o sa primeasca mail cu un nou reply, a...

Jump to post
  • Tue Nov 08, 2011 8:41 pm
  • Replies 10
  • Views 5996
Re: Trying to prevent double clicking when ordering an item

This can be done easily with some jQuery. The real problem is that this will be highly confusing to your customers. I think a more common approach would be to have a little error msg display to the visitor that they can only add one item at a time to the cart. Rather than have buttons disappear or ...

Jump to post
  • Tue Nov 08, 2011 5:41 am
  • Replies 2
  • Views 1847
no adding to cart if quantity requested is not in stock

how can we stop adding 2+ products in cart even if in stock we have 1? as it is you can add 9999, navigate fine and when you try to checkout you recive a notice that the product is not in the quantity requested. any ideea? clients should recive the message and no products should be added if the quan...

Jump to post
  • Thu Oct 27, 2011 9:12 pm
  • Replies 0
  • Views 318
3-rd level in oc 1.5.1.1 header menu

hello. how can i add 3-rd level in oc 1.5.1.1 header menu? i have around 20 subcategories and i need to show all the 3-rd level content from each. thanks

Jump to post
  • Tue Sep 06, 2011 6:18 am
  • Replies 2
  • Views 720
Re: Adding a link to home in main menu. v1.5.0.5

SXGuy wrote:edit catalog/view/theme/yourtheme/template/common/header.tpl

Find <div id="menu">

Find the next <ul>
Add below

<li><A href="<?php echo $home; ?>"><?php echo $text_home; ?></a></li>

That should work.
thanks for this

Jump to post
  • Mon Sep 05, 2011 4:39 am
  • Replies 13
  • Views 12615
Re: 1.5.1.1 Email Issue

any ideea why the emails are sent as plain text? they worked fine in oc 1.4.9.5 but in 1.5.1.1 they are plain. all formating is gone. i am considering purchasing this http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2221&filter_search=email&filter_download_id...

Jump to post
  • Fri Aug 19, 2011 12:52 am
  • Replies 10
  • Views 1416
Re: Purpose of atributes in oc 1.5

Yes my mod does allow for filtering on attributes. The other purpose of attributes that is not mentioned so far is that they show up as separate rows in the compare products page, which is why you would bother using them instead of pasting the information into the description. adding a formated tex...

Jump to post
  • Thu Aug 18, 2011 12:28 am
  • Replies 3
  • Views 952
Purpose of atributes in oc 1.5

can anyone please explain what is the purpose of atributes in oc 1.5.1.1 for instance? how can we display in left/right column the options for a product-lets say i make a atribute group -memory with atributes- capacity, frequency, latency etc. does opencart allow placing them in left colum and filte...

Jump to post
  • Wed Aug 17, 2011 10:11 pm
  • Replies 3
  • Views 952
Re: 1.5.1.1 Email Issue

no efect for me by switching to smtp

Jump to post
  • Mon Aug 15, 2011 4:11 pm
  • Replies 10
  • Views 1416
Re: JCAROUSEL mods

hello. any plans to update it to oc 1.5.1.1? i have right now highslide installed. thanks

Jump to post
  • Fri Aug 12, 2011 10:56 pm
  • Replies 2
  • Views 2369
use carousel from oc 1.5.1.1 for aditional product images

hello. i need help to add the carousel from oc 1.5.1.1 to the aditional images for product. i have a layout with 1 line (wich fits 3 images) but olso have products with 8-9 pictures. if i leave it like it is will have 3 lines instead of 1 and so the content bellow will be pushed and general aspect w...

Jump to post
  • Thu Aug 11, 2011 12:35 am
  • Replies 0
  • Views 432
Re: [Released] Prof. Invoice and Packingslip

i2Paq wrote:
FTW wrote:are you intend to make a version for OC v1.5.0.x??
The guy I made it with has been absent for quite a while, when 1.5 is stable I will try and update it or have it updated.
this will be nice to have in opencart 1.5.1.1. it is great

Jump to post
  • Wed Aug 10, 2011 5:46 pm
  • Replies 191
  • Views 77641
show just 3 aditional images in oc 1.5.1.1

hello. i want to show maximum 3 aditional pictures for a product instead of all (let's say 6-7) due to custom layout. is it posible? thanks

Jump to post
  • Sat Aug 06, 2011 7:05 am
  • Replies 0
  • Views 367
Re: thumbnail icons for categories

this is nice. for wich version of opencart is it? thanks

Jump to post
  • Mon Jul 25, 2011 4:43 am
  • Replies 13
  • Views 9261
Re: OpenCart 1.5.1 Bug Thread

I found your problem! NEVER EVER USE CAPITAL LETTERS IN YOUR DB NAME!!!!!! 1ST RULE FROM DB CLASSES IN COLLEGE! ALWAYS LOWER CASE AND USE _ TO SPLIT YOUR WORDS UP. I will add a fix for this so it will work in future versions.[/quote] ;D nice for you to have DB CLASSES IN COLLEGE. wish i had. will mo...

Jump to post
  • Sat Jul 23, 2011 9:52 pm
  • Replies 211
  • Views 82088

Search found 51 matches