Adding product into "Featured" is kind of painful!
It's very hard to choose product, Admin user interface are NOT friendly.
Hope some one can create a side scroll bar.
- Tue Mar 22, 2016 2:58 pm
- Replies 3
- Views 491
Re: How to shift up the "Product Title"?
Perfectcyclops12 wrote:Ah sorry my mistake...
if you use Viethemes custom css then try adding this to itCode: Select all
h1 {margin-top: 0px}
Problem solved, thanks cyclops12 Jump to post
- Sun Mar 20, 2016 5:17 am
- Replies 6
- Views 792
Re: How to shift up the "Product Title"?
Thanks cyclops12,cyclops12 wrote:have you tried this: http://www.opencart.com/index.php?route ... n_id=20613
yes, did tried, it works in "Category list", but not working inside product page. Jump to post
- Sun Mar 20, 2016 4:45 am
- Replies 6
- Views 792
Re: How to shift up the "Product Title"?
Hi moused72,
The result is something like this.
I want the "Product title" shift upper and align to the Top, not switch with the "Wish List" button.
- Sun Mar 20, 2016 3:52 am
- Replies 6
- Views 792
Re: How to add "alphabet" behind the phone number?
Hi nightcat, Where is the phone number you want to edit? To change it in the top header of the main page and also on the contact page you would log into admin of your store, click on "Settings", click "Edit" for your store and under the store tab you can change the phone number ...
Jump to post- Sat Mar 19, 2016 11:01 pm
- Replies 3
- Views 932
[Solved] How to shift up the "Product Title"?
How to shift up the "Product Title"?
- Sat Mar 19, 2016 5:24 am
- Replies 6
- Views 792
Re: How to make 5 products in one row under home page?
Manage to make 6 products in one row, but don't know how to make 5 products, any one can help?
catalog/view/theme/default/template/module/latest.tpl
Line 4
Code: Select all
<div class="product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12">
- Thu Mar 17, 2016 6:45 am
- Replies 4
- Views 1257
Re: How to make 5 products in one row under home page?
How to make 5 products in one row under home page? Which module? Latest/Featured/Special/Bestseller? "Latest product" I follow instruction from this post https://forum.opencart.com/viewtopic.php?t=152169 I manage to make the thumbnail smaller, but still got problem specially when browsing...
Jump to post- Thu Mar 17, 2016 4:49 am
- Replies 4
- Views 1257
How to make 5 products in one row under home page?
How to make 5 products in one row under home page?
Jump to post- Thu Mar 17, 2016 3:58 am
- Replies 4
- Views 1257
Re: [Solved]Why "Image" Tab have no option to modify image s
Extensions> Modules> Featured> Edit Featured Module Jump to postcyclops12 wrote:care to share ??
- Thu Mar 17, 2016 3:57 am
- Replies 4
- Views 656
Re: Why "Image" Tab have no option to modify image size?
I found the solution myself
Jump to post- Thu Mar 17, 2016 2:39 am
- Replies 4
- Views 656
Re: Why "Image" Tab have no option to modify image size?
ok, I manage to find it under Extensions> Themes
but what ever number I modified, it doesn't change at all.
I want to make the Image list size bigger
Any one know the reason or do I missed an extra step?
- Thu Mar 17, 2016 2:33 am
- Replies 4
- Views 656
[Solved]Why "Image" Tab have no option to modify image size?
Anyone having the same issue?
Why my "Image" Tab have no option to modify the image size?
- Wed Mar 16, 2016 9:34 pm
- Replies 4
- Views 656
How to modify "Order ID"?
For example: I want my Order ID starting from: 2001
I remember in OC 1.5, I can modify it inside PhpMyAdmin,
but come to OC 2.2, I lost.
- Tue Mar 15, 2016 5:33 pm
- Replies 1
- Views 547
Re: How to add "Contact Us" into top menu?
There are plenty of extensions if you care to look : http://www.opencart.com/index.php?route=extension/extension&filter_search=contact%20us%20in%20header Or here is a quick vqmod that will add contact us link to end of header links Perfect solution, thank you so much for your help, cyclops12 :D
Jump to post- Tue Mar 15, 2016 4:10 am
- Replies 8
- Views 5636
Re: Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AN
Thanks pm-netti, for the solution, very appreciate it.
I re-upload a clean "customer.php" , and copy the whole script from the link you provide, problem solved.
But I really don't know why my system auto generate so many line?
- Tue Mar 15, 2016 2:14 am
- Replies 7
- Views 8458
Re: Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AN
Under administration section, When I click "Customer", I received this error. Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /....../admin/controller/customer/customer.php on line 2209 Is it this error: http://forum.opencart.com/viewtopic.php?f=191&am...
Jump to post- Tue Mar 15, 2016 1:51 am
- Replies 7
- Views 8458
Re: How to add "Contact Us" into top menu?
cyclops12 wrote:The default theme already has the contact us in top bar
this is phone number.
I mean a clickable "Contact Us" button at the end of the Top menu Jump to post
- Tue Mar 15, 2016 1:43 am
- Replies 8
- Views 5636
[Solved] .../customer/customer.php on line 2209
Under administration section,
When I click "Customer", I received this error.
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /....../admin/controller/customer/customer.php on line 2209
- Tue Mar 15, 2016 1:36 am
- Replies 7
- Views 8458
Re: How to add "Contact Us" into top menu?
Open controller/common/header.php Below: $data['name'] = $this->config->get('config_name'); Add: $data['contact'] = $this->url->link('information/contact'); $this->load->language('common/footer'); $data['text_contact'] = $this->language->get('text_contact'); Open view/theme/default/template/common/...
Jump to post- Tue Mar 15, 2016 1:01 am
- Replies 8
- Views 5636