Search found 35 matches

Search found 35 matches

How to change URL image when you share your store

Hello. I know this is probably an easy answer to this question, but i just simply can't find it. When i share my store on facebook, this is the image of the store that get's displayed http://s8.postimg.org/899z3w3i9/Capture.jpg How do i change this image to image that i want? Thank you very much! PS...

Jump to post
  • Mon Jan 18, 2016 6:34 am
  • Replies 2
  • Views 2776
Re: How to color featured module in different color

viethemes wrote:Could you provide your site URL, so we can take a look at it closer?
i will send it via PM.

Jump to post
  • Sun Jan 10, 2016 11:33 pm
  • Replies 3
  • Views 309
How to color featured module in different color

Hey there. I have 8 products in my featured module that are showing on my webstore. I would like to color the "price" section of those products. 4 of them would have green color, and 4 of them would have kinda brown color. It is easy to color all of 8 with the same color, because the php c...

Jump to post
  • Sun Jan 10, 2016 4:47 pm
  • Replies 3
  • Views 309
Image option

Hello there. I have a few products on my website, which go from 100g to 5kg. I want users to be able so select the weight they want. I can do this by going to Option-New-Image... This is what i get: http://s22.postimg.org/r1vrra7al/Capture.jpg Is is possible to tweak this code, so there won't be any...

Jump to post
  • Sat Jan 09, 2016 1:09 am
  • Replies 0
  • Views 142
404 not found on opencart install

Hello. I'm trying to install opencart on subdomain on my server, but anything that i try gives me a 404 not found error. any idea what to do ? Normal site url: http://slovenianhops.si Subdomain : http://shop.slovenianhops.si I've installed opencart countless times before, but it never gave me such e...

Jump to post
  • Thu Jan 07, 2016 8:24 pm
  • Replies 0
  • Views 182
Re: How to show number of items in stock on product page?

Edit product controller Open file catalog/controller/product/product.php find if ($product_info['quantity'] <= 0) { add before $data['number_stock'] = $product_info['quantity'] open file catalog\view\theme\your theme\template\product\product.tpl find <?php echo $stock; ?> replace <?php echo $number...

Jump to post
  • Tue Jan 05, 2016 9:46 pm
  • Replies 3
  • Views 6448
How to show number of items in stock on product page?

Hey there.

When i go to my product page for specified item, i get desplayed "In stock" or "Out of stock". How is it possible, to display the number of items in stock, so that display would be like:

Stock: 50

Thanks :)

Jump to post
  • Tue Jan 05, 2016 5:59 pm
  • Replies 3
  • Views 6448
How to fill image in featured content?

Hey there. Firstly, happy new year to you all. Alrights let's get to it. In the featured section, where you can add photos of stuff at your webstore, there's some empty gap between the edges of one box. i would like to fill that empty gap with css (or if possible by admin), but i don't know how to. ...

Jump to post
  • Sat Jan 02, 2016 5:42 pm
  • Replies 3
  • Views 589
Re: Open manufacturer in same page

In the default template, the left and right column are correctly initiated. Since you're using a custom theme, if you switch back to the default template and retry the same steps with the manufacturers, do you notice the same results compared to your custom theme? it's not a custom theme. it's defa...

Jump to post
  • Wed Sep 02, 2015 2:11 am
  • Replies 3
  • Views 474
Open manufacturer in same page

Hey there. I have many categories on my page in opencart, and when i switch from categories to categories, the products gets displayed on the same page and list-group (categories) bars, stays on left to navigate. Then i have manufacturers category, where u can select manufacturer on dropdown..but as...

Jump to post
  • Tue Sep 01, 2015 8:41 pm
  • Replies 3
  • Views 474
Re: Featured product module problem!

Go into Extensions ---> Modules ---> and edit the 'Featured module' To Add The first tab labelled 'Products', type the first letter of the product you want, a list will then appear. Select the product and it will be added to the featured products list. The products you will put under 'Products' wil...

Jump to post
  • Fri Aug 28, 2015 5:36 pm
  • Replies 9
  • Views 3098
Re: Featured product module problem!

Go into Extensions ---> Modules ---> and edit the 'Featured module' To Add The first tab labelled 'Products', type the first letter of the product you want, a list will then appear. Select the product and it will be added to the featured products list. The products you will put under 'Products' will...

Jump to post
  • Fri Aug 28, 2015 5:02 pm
  • Replies 9
  • Views 3098
Re: Show all manufacturers under category

To do that you can open file catalog/controller/common/header.php find $data['language'] = $this->load->controller('common/language'); and add below code before that line $this->load->model('catalog/manufacturer'); $manufacturers = $this->model_catalog_manufacturer->getManufacturers(); foreach ($ma...

Jump to post
  • Fri Aug 28, 2015 3:51 pm
  • Replies 4
  • Views 1328
Show all manufacturers under category

Hello. I'm creating a webstore which offers products from multiple brands. Now users can see products from differents categories (etc. laptops, multimedia)...but i would also like to make a category, which would display all the brands. Which means that when user would click on (etc. HP), the page wo...

Jump to post
  • Thu Aug 27, 2015 5:14 pm
  • Replies 4
  • Views 1328
Re: Send email after user registration

MANAGED TO FIX THE REGISTER NOTIFICATION.

If any1 encounters same problem. I'm using STMP mail method, and i copied this ---> https://github.com/opencart/opencart/bl ... y/mail.php code to my system/library/mailphp

BUT STILL DOESN'T WORK ON ORDERS =\

ANY IDEAS?

Jump to post
  • Sun Aug 23, 2015 5:15 am
  • Replies 16
  • Views 5129
Re: Send email after user registration

Found this ---> https://github.com/opencart/opencart/issues/2887

Replace'd all hosts with hostname. Still not working.

PLEASE PLEASE PLEASE HELP ME

Jump to post
  • Sun Aug 23, 2015 3:39 am
  • Replies 16
  • Views 5129
Re: Send email after user registration

When i try to set up the SMTP like the tutorial you posted, i get the following error.. Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/vhosts/proprehrana.eu/httpdocs/system/library/mail.php on line 168Warning: fsockopen(): unable to connect ...

Jump to post
  • Sat Aug 22, 2015 10:07 pm
  • Replies 16
  • Views 5129
Re: Send email after user registration

viethemes wrote:It depends on your hosting too.
Could you take a screenshot about mail settings like this image http://s4.postimg.org/8gnkiij2l/Capture.jpg?
well i have already posted this image above an i haven't changed anything about it.

Jump to post
  • Sat Aug 22, 2015 6:54 pm
  • Replies 16
  • Views 5129

Search found 35 matches