Search found 152 matches

Search found 152 matches

Re: Slideshow Module Uninstall/Reinstall

In this Opencart version modules configuration has changeg a lot. To make modules working again without throwing errors: 1.- Search database table settings for key field module name you are fixing. And disable it, by editing the row yourmodule_status and change its value field to 0. 2.- Configure ag...

Jump to post
  • Sun Jan 25, 2015 8:33 am
  • Replies 1
  • Views 1210
Re: Modules not adjusting for Left/Right

Hi,

You can fix it just adding this css to stylesheet.css

#column-right .row.product-layout > div, #column-left .row.product-layout > div
{
width: 100% !important;
}

Regards,
Daniel

Jump to post
  • Sun Jan 18, 2015 10:07 pm
  • Replies 17
  • Views 7787
Re: OpenCart 1.5.5 Released!

Hi,

Maybe it would have been better to include this change to an 1.5.6 version, but we are updating our extensions to language->load and it's just a little while to do it. We don't worry about this change and we are looking forward to see opencart improved.

Regards,

Daniel

Jump to post
  • Tue Jan 22, 2013 12:11 am
  • Replies 132
  • Views 119462
Re: [vQmod] Search model, sku, and upc

Great code drivenbyweb. Thanks.

I leave this code updated for version 1.5.3

Best Regards,

Jump to post
  • Tue Jun 12, 2012 11:15 pm
  • Replies 21
  • Views 21697
Re: home layout not showing for multi-store

Seems like currently you have no layout created for the second store.The default layout applies to all pages that dont have another layout assigned(in your case, all pages on store 2), so that is why the home layout applied to all pages when you set it default. You either edit all the existing layo...

Jump to post
  • Sun Jun 10, 2012 7:38 pm
  • Replies 6
  • Views 4422
Re: Update via SVN

thanks qphoria, that means my thought was not so crazy. :)

Jump to post
  • Tue Jun 05, 2012 5:14 am
  • Replies 4
  • Views 1021
Update via SVN

Maybe is a silly question or I am missing something, but: Has someone used svn to update a real working opencart shop, or it's not safe? I would like to have the ability to do svn update http://opencart.googlecode.com/svn/ opencart-read-only against my opencart shop files, updated with the branch ve...

Jump to post
  • Fri Jun 01, 2012 8:32 pm
  • Replies 4
  • Views 1021
Re: Changing default view to grid

tpl category list file:

catalog/view/theme/default/template/product/category.tpl

At the end of the file you will find it.

Best Regards,

Jump to post
  • Fri Jun 01, 2012 7:48 pm
  • Replies 35
  • Views 48018
Re: Is voucher gifts working or I am doing something wrong?

No, is opencart 1.5.3 new installation. no themes. no custom coding. It is strange. I think I am doing something wrong but I don't know what.

Thank you very much for your reply.

Jump to post
  • Thu May 24, 2012 7:01 pm
  • Replies 6
  • Views 1000
Is voucher gifts working or I am doing something wrong?

Hi all, I am trying to use voucher gifts but I don't get it working: Opencart 1.5.2.1 or 1.5.3: - I buy a voucher gift (this is ok) - I send the recipients e-mail the notification with the voucher gift code (this is ok) - I try to buy something using that voucher gift code but it keeps saying me it ...

Jump to post
  • Thu May 24, 2012 5:10 pm
  • Replies 6
  • Views 1000
Re: OpenCart 1.5.3 Released

Brilliant work. A pleasure working with it!

Jump to post
  • Thu May 24, 2012 5:50 am
  • Replies 86
  • Views 98141
Re: Product cost and profit - benefit report. Just Released!

Hi guys, We have added order shipping cost to this extension and some other important new features: For example you can view a shipping balance amount to know if you are charging enough for delivering your orders. View and test it here: http://www.opencart.com/index.php?route=extension/extension/inf...

Jump to post
  • Thu May 24, 2012 5:19 am
  • Replies 8
  • Views 7900
Re: Delivery cost per product

Hi patricia, There are several extensions you could buy to set up delivery cost per product or delivery cost per order shipping cost. I think this one makes what you want. Set up shipping cost per product: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4087 And the...

Jump to post
  • Thu May 24, 2012 5:12 am
  • Replies 3
  • Views 4235
Re: Change the navigation bar links

hi need,

Try this extension, I think it is what you need.

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

Best Regards,

Jump to post
  • Wed May 16, 2012 4:42 am
  • Replies 9
  • Views 26143
Re: How to hide product price and add to cart?

Please maligna, as I told you before, try to add this line of code:

Code: Select all

echo $price; 
(after this:)

Code: Select all

<div class="pPrice">
And tell us what is the value for price when you enter to the page.

Thanks,

Jump to post
  • Mon May 14, 2012 2:28 pm
  • Replies 32
  • Views 28660
Re: Notificar los pedidos por email al administrador

Hola elcidop,

En la pestaña Mail dentro de la configuración de la tienda, puedes configurar lo que pides, incluso puedes poner los e-mails a los que te gustaria recibir copia del pedido.

Salduos,

Jump to post
  • Sun May 13, 2012 11:55 pm
  • Replies 18
  • Views 8805

Search found 152 matches