Search found 55 matches

Search found 55 matches

Relative vs Absolute Url on Opencart

Hello friends Is there any reason Opencart only uses absolute links on html files? (images and links too) I was thinking about change all my links to relative i.e. htt ps://www .test.com.br/index.php?route=product/category&path=2_531 to /index.php?route=product/category&path=2_531 if...

Jump to post
  • Mon Dec 31, 2018 12:19 am
  • Replies 1
  • Views 1099
Re: OpenCart Alpha 3.1.0.0 has been released

Ok Guys, Finally after many months a new version is nearly ready. Please remember this is an alpha release and should not be used on a live site. Its also recommended to use php 7 or above. Added Bootstrap 4 You could add an bottstrap "lite" files, adding only things used by opencart on b...

Jump to post
  • Thu Sep 20, 2018 3:34 am
  • Replies 147
  • Views 225184
Re: OpenCart Alpha 3.1.0.0 has been released

Ok Guys, Finally after many months a new version is nearly ready. Please remember this is an alpha release and should not be used on a live site. Its also recommended to use php 7 or above. Added Bootstrap 4 You could add an bottstrap "lite" files, adding only things used by opencart on b...

Jump to post
  • Thu Sep 20, 2018 3:30 am
  • Replies 147
  • Views 225184
Features from Bootstrap used on OpenCart 3.0.2.0

Does anybody knows which features from Bootstrap used on OC 3.0.2.0

It would be nice to create bootstrap files only which the required features used on OC
Here:
https://getbootstrap.com/docs/3.3/customize/

And it would be useful for updating bootstrap too...

Jump to post
  • Thu Jun 28, 2018 7:58 pm
  • Replies 1
  • Views 350
Follow Category Link element after open categories (mobile)

Helloo frieeends! :D Can someone help me? I realized an flaw at menu, using MOBILE browser, on first level categories, Is there anyway to follow the element of these 1st level menu after the 2nd level menu is opened? Otherwise the navigation became very dummy when you are at mobile, I made an video ...

Jump to post
  • Sun Jun 24, 2018 6:18 am
  • Replies 2
  • Views 287
Re: Taking too long to add to cart when using mobile

I read some people complaining about ajax > json at mobile too

Ill be very very grateful if someone has any tip about fixing that

Jump to post
  • Thu Jun 07, 2018 8:46 am
  • Replies 7
  • Views 720
Re: Taking too long to add to cart when using mobile

The private isnt the problem, ive tested both ways Sometimes it laggs sometimes it dont, But most of the time it lags, it happens only when i have many CART.ADD function on same page, for example at the category.twig page :( As you can see in the video, at Product page, both links works okay But at ...

Jump to post
  • Wed Jun 06, 2018 10:38 pm
  • Replies 7
  • Views 720
Re: Taking too long to add to cart when using mobile

Hi, I have tested your site with android china phone and it is working fine. No delay.... I tested using another device and got the same delay. It not because of the animation, the delay happens also to when the buy link redirects you to the product page (in case you have options enabled in the pro...

Jump to post
  • Wed Jun 06, 2018 5:23 am
  • Replies 7
  • Views 720
Taking too long to add to cart when using mobile

For example if you are at an category, using mobile, the scrollbar is some pages below, when i click on "Add to Cart", it should appear the greeny message and the scrollbar automatically goes to top following the greenish message right? But this is taking too long when using mobile... You ...

Jump to post
  • Wed Jun 06, 2018 1:15 am
  • Replies 7
  • Views 720
Re: Some issues on changing input types at client registration

Thank you,

just discovered this, I came to post the solution and you already answered.

Added :
#collapse-payment-address input[type=\'tel\']
#collapse-payment-address input[type=\'email\']

Thanks!

Jump to post
  • Tue May 22, 2018 3:29 am
  • Replies 4
  • Views 447
Re: Some issues on changing input types at client registration

The erro comes from $this->request->post['email'])
or $this->request->post['telephonel'])

Only because i've changed the input type

At Account / register.twig / php works okay

The problem is at account / checkout

Jump to post
  • Tue May 22, 2018 2:59 am
  • Replies 4
  • Views 447
Some issues on changing input types at client registration

Im trying to change some fields, but when i do it i have some colaterals Example If i change email field Input type to type="email" <input type="email" name="email" value="" placeholder="{{ entry_email }}" id="input-payment-email" class=&qu...

Jump to post
  • Tue May 22, 2018 2:20 am
  • Replies 4
  • Views 447
Any simple message system between admin / user order?

I dont want a ticket system on my site

I would like something simpler ,

Just a message system inside each order, to be accessed by the user front end at each order info

Are there any extension like this?
I only found tickets systems and another kind of message systems

Jump to post
  • Thu May 03, 2018 10:49 pm
  • Replies 1
  • Views 456
Re: Pleeease help

Fixed it.... I read nginx error logs It showed message like this: 2018/05/03 04:02:20 [error] 32295#0: *17236 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'Twig_Extension_DTwigManager' not found in /var/www/html/storage2/modification/catalog/controller/event/them...

Jump to post
  • Thu May 03, 2018 12:06 pm
  • Replies 1
  • Views 542
Pleeease help

I just uninstalled AJAX Quick Checkout extension And my opencart just broken, i cannot access my site, /admin, nothing HTTP ERROR 500 That's not the biggest problem, because I can install everything again, but I've much edited my twig files a lot, in the admin twig editor. Where can I find the twigs...

Jump to post
  • Thu May 03, 2018 11:36 am
  • Replies 1
  • Views 542
How can i get data from another controller, preventing using twice same scripts?

Hello friends How can i get data from another, preventing using twice same scripts? For example, im making a simple module which needs to get some datas from category In this case: Category Description, and total products... It would be inside content(to add at some layout on left/right columns) So ...

Jump to post
  • Thu May 03, 2018 12:37 am
  • Replies 1
  • Views 3614
noob question - Getting data from another module

Hello friends How can i get data from another, preventing using twice same scripts? For example, im making a simple module which needs to get some datas from category In this case: Category Description, and total products... I already made it, named category2: $this->load->language('extension/module...

Jump to post
  • Wed May 02, 2018 9:16 am
  • Replies 1
  • Views 539
Re: Paypal express checkout sandbox testing, order not processed

I just checked at the orders menu on admin, at the order history, i have the "Paypal Express checkout" tab

Problably it is working, but opencart arent updating the order status

Image

Please help :(

Jump to post
  • Mon Apr 23, 2018 3:58 am
  • Replies 1
  • Views 1029

Search found 55 matches