Search found 16 matches

Page 1 of 1

Search found 16 matches

[SOLVED] ADMIN DYNAMIC CATEGORIES

We need module to work like this in the attachment "admin-dynamic-categories.jpg" for the admin product_form .

Opencart version 2.0.1.1

Please tell us if you can make module like the above.

Price and time?

Jump to post
  • Wed Feb 10, 2021 4:01 pm
  • Replies 4
  • Views 529
Re: Minimum Order Quantity in Fast Order

I made it! :) //minimum $this->load->model('catalog/product'); if (isset($this->request->post['product_id'])){ $json['product_id'] = $this->request->post['product_id']; } $product_id = $json['product_id']; $product_info = $this->model_catalog_product->getProduct($product_id); $data['text_minimum'] =...

Jump to post
  • Thu Oct 08, 2020 6:11 pm
  • Replies 6
  • Views 1232
Re: Minimum Order Quantity in Fast Order

I have try this too but then i receive: 2020-10-08 12:32:39 - PHP Notice: Undefined variable: product_id in /home/dbkdu3lq/autoclips.bg/catalog/controller/product/fastorder.php on line 209 //minimum $this->load->model('catalog/product'); $product_info = $this->model_catalog_product->getProduct($prod...

Jump to post
  • Thu Oct 08, 2020 5:36 pm
  • Replies 6
  • Views 1232
Re: Minimum Order Quantity in Fast Order

2020-10-08 9:24:07 - PHP Notice: Undefined variable: product_info in /home/dbkdu3lq/autoclips.bg/catalog/controller/product/fastorder.php on line 67 2020-10-08 9:24:10 - PHP Notice: Undefined variable: product_info in /home/dbkdu3lq/autoclips.bg/catalog/controller/product/fastorder.php on line 186 2...

Jump to post
  • Thu Oct 08, 2020 2:50 pm
  • Replies 6
  • Views 1232
[SOLVED] Minimum Order Quantity in Fast Order

Hi all, Can somebody help displaying the MOQ message like on the product page but in the Fast Order Form? I have take the code from product.tpl and php andplaced into fastorder.tpl: <?php if ($minimum > 1) { ?> <div class="alert alert-info"><i class="fa fa-info-circle"></i> <?php...

Jump to post
  • Tue Oct 06, 2020 4:09 pm
  • Replies 6
  • Views 1232
Re: How to rewrite index.php?route to seo friendly urls?

Thank you for the solution. I have OC 2.0.1.1 tested the above code: i have only edit in the /catalog/controller/common/seo_url.php replacing with: if (isset($url_info['query'])) parse_str($url_info['query'], $data); And the page loads: https://www.dbkdimitrov.com/search&search=audi but can't ad...

Jump to post
  • Fri Feb 28, 2020 12:06 am
  • Replies 7
  • Views 9148
website with 100000 categories

Hi all,
We have website for car parts https://www.dbkdimitrov.com that will have more then 100000 categories.
4 lavels categories
how can we make selection of the categories on the admin product page like the drop down selection to call last lavel and select from them with check box?

Jump to post
  • Wed Feb 19, 2020 11:02 pm
  • Replies 2
  • Views 369
Re: Category SEO URL

hi all,

I want to have short seo url
https://www.dbkdimitrov.com/амортисьори-за-багажници
insteed of
https://www.dbkdimitrov.com/авточасти/а ... -багажници
but i want to keep the breadcrumbs:
Авточасти / Амортисьори / Амортисьори за багажници
is this possible?

Jump to post
  • Wed Feb 19, 2020 10:51 pm
  • Replies 11
  • Views 11433
dropdown subcateoryes in refine search

Hi all,
I need dropdown subcateoryes in refine search can someone help?
Please see the attached picture.
OC 2.0.1.1.

Jump to post
  • Mon Jun 10, 2019 10:06 pm
  • Replies 1
  • Views 782
How to cache the YMM Filter results

Hi all. OC 2.0.1.1 I have totalProduct count activated because I need it for other mod. So to speed up loading I have cached the totalProducts results like this: $cacheid='product.gettotalproducts.'.md5($sql); $total=$this->cache->get($cacheid); if ($total === false ) { $query = $this->db->query($sq...

Jump to post
  • Sat Dec 29, 2018 7:33 pm
  • Replies 1
  • Views 707
Re: Display only categories whith products

Thank you soooooo much. Did't know how to search for it!

Jump to post
  • Fri Nov 30, 2018 9:16 pm
  • Replies 2
  • Views 584
Display only categories whith products

Can someone help me please?
I want to make changes so that if there are not allowed products the category display not.
Is this possible and what have to be changed?
OC 2.0.1.1

Jump to post
  • Thu Nov 29, 2018 11:36 pm
  • Replies 2
  • Views 584
Re: error 404 when submit product page

straightlight wrote:
Sun Aug 19, 2018 7:32 pm
Error / server access logs. Not an OC bug.
From the hosting company answered the are no Error / server access logs , so the problem have to be someware in the url of the product page.

Jump to post
  • Mon Aug 20, 2018 2:46 am
  • Replies 4
  • Views 1421
Re: error 404 when submit product page

Any idea how to solve this error. I'm not familiar with the cPanel. The other websites are on the same server. Can this error be from the PHP version?

Jump to post
  • Sun Aug 19, 2018 11:38 pm
  • Replies 4
  • Views 1421
error 404 when submit product page

Hi all, I have website based on 2.0.1.1 : http://www.tuningcenterbg.com/ We have social platform i BG called https://svejo.net/ When I submit the home page and category page there is no problem, but when I try to submit the product page or the manufacturer page it returns page not found 404. Until y...

Jump to post
  • Sun Aug 19, 2018 12:52 pm
  • Replies 4
  • Views 1421

Page 1 of 1

Search found 16 matches