Export/Import for OpenCart 2.x can't import
I am using this tool . I have an option image in the ProductOptionValues, I have copied code of the option quantity of ProductOptionValues for exporting and importing . but now , I could export all the data, but can't import the date and missing all the ProductOptionValues ,could u help me find what...
Jump to post- Wed Jul 27, 2016 6:45 pm
- Replies 1
- Views 1916
Re: [RELEASED] Multilingual Export/Import for OpenCart 2.x
I am using this tool . I have an option image in the ProductOptionValues, I have copied code of the option quantity of ProductOptionValues for exporting and importing . but now , I could export all the data, but can't import the date and missing all the ProductOptionValues ,could u help me find what...
Jump to post- Wed Jul 27, 2016 5:13 pm
- Replies 1179
- Views 2237938
Re: popup size is not same as the admin setting and resized
viethemes wrote:Could you check your site URL? I can not access it.
hi , you can check it again. it's working now. thank u very much for your viewing. and help Jump to post
- Wed Jul 13, 2016 8:46 am
- Replies 4
- Views 786
Re: popup size is not same as the admin setting and resized
my opencart is Version 2.1.0.2 there is also wrog pic resize in html content . http://bridal-sash.com/image/catalog/Banner/banner.png this html content banner is 1000x1000, but in the front , the sieze is resized to 900x901. can view with this link :http://bridal-sash.com html content resized.png
Jump to post- Tue Jul 12, 2016 5:22 pm
- Replies 4
- Views 786
popup size is not same as the admin setting and resized
my admin image setting pop size is 1000x1000,but the front image is resized to 675*675px ,I checked the stylesheet,but can't find what's happen.
wrong page http://bridal-sash.com/Women's-Wedding- ... dding-s271
admin page Jump to post
- Tue Jul 12, 2016 5:15 pm
- Replies 4
- Views 786
Re: how to remove the blank between the price and add to car
have done,thank u very much Jump to postmagikcommerce wrote:Go to catalog/view/theme/whitedreams/stylesheet/stylesheet.css line no. 650 change min-height to 94px, as below
Code: Select all
.product-thumb .caption { padding: 0 20px; min-height: 94px; }
- Tue Jul 12, 2016 8:42 am
- Replies 6
- Views 1602
Re: how to remove the blank between the price and add to car
other css is using the default .
Jump to post- Mon Jul 11, 2016 5:32 pm
- Replies 6
- Views 1602
Re: how to remove the blank between the price and add to car
There could be several reasons here and depends on your theme css settings. Could you provide your site URL, so we can take a look at the problem closer? my website is http://bridal-sash.com/All-Products stylesheet as the following @import url(https://fonts.googleapis.com/css?family=Great+Vibes&...
Jump to post- Mon Jul 11, 2016 5:32 pm
- Replies 6
- Views 1602
how to remove the blank between the price and add to cart
my website is using the OC 2.1.0.2.
I remvoe the description and now there are many blanks between the price and the add to the cart, you can see the pictures:[img]
- Mon Jul 11, 2016 10:43 am
- Replies 6
- Views 1602
Re: Error: Could not load database driver !
anyone can tell me the problem?
Jump to post- Tue Jun 14, 2016 10:32 pm
- Replies 2
- Views 397
Error: Could not load database driver !
oc.png Notice: Undefined index: db_driver in /home/bridalsash/public_html/bridal-sash.com/install/controller/step_3.php on line 266 Notice: Undefined index: db_driver in /home/bridalsash/public_html/bridal-sash.com/install/controller/step_3.php on line 274 Notice: Undefined index: db_driver in /hom...
Jump to post- Tue Jun 14, 2016 10:30 pm
- Replies 2
- Views 397
Re: [RELEASED] Export/Import tool for OpenCart 1.5.3.x
great tools,it's working with the 1.5.4
but the language_id , and the meta_description,meta_keywords don't support the mulit- language. it can import to the new website and the data is the same, but if you want to change them in the csv. some contents didn't display and you can't change it.
- Thu Sep 13, 2012 9:14 pm
- Replies 174
- Views 127069
Re: insert a new customer page to the information
yes, it's working ,thank u very much.
Jump to post- Thu Sep 13, 2012 3:21 pm
- Replies 2
- Views 253
insert a new customer page to the information
modify the files catalog/controller/common/foot.php add the following code to get the content $this->data['text_newinformation'] = $this->language->get('text_newinformation'); modify the files catalog/language/english/common/foot.php (you also need to modify the other languages and change content 'n...
Jump to post- Thu Sep 13, 2012 12:02 pm
- Replies 2
- Views 253
Re: when information_id=11 then echo $information['href']
I have no clue what you are trying to say..... However if you want to check for an info_id it needs to come from a $_GET just like in default opencart. This is how the info_id is passed as argument in the query (that get's the information page). If you don't do that then you need to write a new que...
Jump to post- Wed Sep 12, 2012 11:19 pm
- Replies 3
- Views 700
when information_id=11 then echo $information['href']
I want to insert a new custom page using the information page, as a newer, I met a problem, I want to change the <li><a href="<?php echo $information['href']; ?>"><?php echo $text_return; ?></a></li> to export the URL of the information page if the id =11 is there any boday tell me how to ...
Jump to post- Wed Sep 12, 2012 9:00 pm
- Replies 3
- Views 700
Re: Notice: Undefined index: product_info erro in the front
question is fixed after I del the code //related by manufacturer if(count($results)<12 && (int)$this->data['product_info']['manufacturer_id'] > 0){//change to suit number of products to display $temp = $this->model_catalog_product->getProductRelatedByManufacturer($this->data['product_info'][...
Jump to post- Wed Sep 05, 2012 12:04 pm
- Replies 10
- Views 5852
the RewriteRule is not working to redirect home
RewriteRule ^(?:(?:(\w{2})(?:/|\z))?(?:/|\z)?)?(?:([^?]*))? index.php?_route_=$2&site_language=$1 my hosting is using a different Apache version with a different regular expression engine. The Apache versions since 1.3 use POSIX ERE while the versions since 2.0 use PCRE. And only PCRE support t...
Jump to post- Wed Sep 05, 2012 11:23 am
- Replies 0
- Views 179
Re: Notice: Undefined index: product_info erro in the front
What vQmod are you using and did you clear your vQmod cache? all the above vqmod extension is working very well with the OC 1.5.3.1 I just check that again, sound that the questions is the caused by the auto-related-products extensions. and the conflict code is as follows, how to modify these code ...
Jump to post- Tue Sep 04, 2012 3:00 pm
- Replies 10
- Views 5852
Re: Notice: Undefined index: product_info erro in the front
all the above vqmod extension is working very well with the OC 1.5.3.1 Jump to posti2Paq wrote:What vQmod are you using and did you clear your vQmod cache?
- Tue Sep 04, 2012 2:43 pm
- Replies 10
- Views 5852