Search found 340 matches

Search found 340 matches

Re: look for an extension that allow customer to ask friend to pay for me?

I decide to use coupon which can acheive the same requirement ,creating a coupon which allow a few products to be bought only one time by a customer

Jump to post
  • Mon Jun 01, 2020 2:11 pm
  • Replies 6
  • Views 666
look for an extension that allow customer to ask friend to pay for me?

hi
I am looking for an extension that allow customer to ask friend to pay for me?

thanks

Jump to post
  • Fri May 29, 2020 11:21 pm
  • Replies 6
  • Views 666
Re: How does the Affiliate program work in Opencart 3?

you need to go to system-setting-option-account-Customer Groups,click "affiliate" group for sign up page. and then at affiliate signup page ,customer will auto-select affiliate group. I'm starting to get affiliates as of this week too. Oddly I set up a user group called "Affiliates&qu...

Jump to post
  • Wed May 13, 2020 2:01 pm
  • Replies 51
  • Views 26695
Re: [SOLVED] opencart 3 sitemap submitting issue

enter "index.php?route=extension/feed/google_sitemap",or "index.php?route=extension/feed/google_sitemap/", not work for me
enter "sitemap.xml",work for me,by the way ,I have enabled .htaccess first

Jump to post
  • Wed May 06, 2020 2:03 pm
  • Replies 28
  • Views 37978
Re: [SOLVED] - is there a commercial extension called "Frequently bought together"

by the way ,I also would like to buy the similar shipping extension on the page http://www.uobdii.com/wholesale/disposable-protective-mask.html which will auto-show local country and shipping fee ,and there is a "not right " button,after click ,customer can select a different country,and t...

Jump to post
  • Tue Mar 31, 2020 9:39 pm
  • Replies 6
  • Views 438
[SOLVED] - is there a commercial extension called "Frequently bought together"

hi 1)is there a similar extension like "Frequently bought together" at http://www.uobdii.com/wholesale/disposable-protective-mask.html customer can click checkbox to add more or less,and the click "add all to cart" button to buy many products at once. I would like to buy it. it i...

Jump to post
  • Tue Mar 31, 2020 7:37 pm
  • Replies 6
  • Views 438
Re: Options & Additional Image Not Saving

Code: Select all

nano /etc/php5/apache2/php.ini
( for php5)

Code: Select all

nano /etc/php/7.0/apache2/php.ini
(for php7)

Code: Select all

nano /etc/php/7.2/apache2/php.ini
(for php7)

set max_input_vars bigger value ,like 5000

Code: Select all

service apache2 restart

Jump to post
  • Wed Mar 11, 2020 9:48 pm
  • Replies 5
  • Views 1330
Re: Please help me fix this error.

I guess you have deleted or add some extra code nearby "<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="UTF-8" /> <title>Administration</title>" ,find it and restore it to original code.

Jump to post
  • Sat Dec 28, 2019 12:31 pm
  • Replies 14
  • Views 2181
Re: How can I manually edit order email structure?

yes,you can ,it is at catalog/language/en-gb/extension/payment/bank_transfer.php

Jump to post
  • Tue Dec 17, 2019 2:07 pm
  • Replies 2
  • Views 334
Re: PHP Warning .... template/Twig/Node/Module.php on line 346 - Journal 3 theme

at backend,if you come across the following problem,the above answer is the solution too. add a product ,and click "save",and the it show "500" error,at error.log ,you will see the error details "PHP Warning: count(): Parameter must be an array or an object that implements C...

Jump to post
  • Sun Dec 08, 2019 9:44 pm
  • Replies 9
  • Views 12187
Re: PHP Warning .... template/Twig/Node/Module.php on line 346 - Journal 3 theme

the solution is :

Code: Select all

ALTER TABLE oc_product_advertise_google CHANGE product_advertise_google_id product_advertise_google_id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT;

Jump to post
  • Sun Dec 08, 2019 3:27 pm
  • Replies 9
  • Views 12187
Re: PHP Warning .... template/Twig/Node/Module.php on line 346 - Journal 3 theme

I have tried the following modification,but not work.

/var/www/html/system/library/template/Twig/Node/Module.php

Code: Select all

 346                 #if (!count($node)) {
 347                 if (is_null($node)) {
 

Jump to post
  • Sun Dec 08, 2019 3:05 pm
  • Replies 9
  • Views 12187
Re: Opencart 3.0.2.0 / Warning: Shipping method required!

my suggestion is to pay an attention to "zone", as this warning show when customer's coutry is outside the "zone" you have setup

Jump to post
  • Sat Dec 07, 2019 7:22 pm
  • Replies 6
  • Views 1166
Re: Customer email being sent, notification email not being sent on order or registration

recommend using smtp
SMTP Host: smtp.gmail.com
(try without first or: ssl://smtp.gmail.com or tls:// smtp.gmail.com)

SMTP Username: myemail@gmail.com
(try with: @googlemail)

SMTP Password: p333&&^w000rd

SMTP Port: 465 (465=SSL // 587=TLS // 25=standard)

Jump to post
  • Tue Dec 03, 2019 2:53 pm
  • Replies 7
  • Views 1173
Re: How to show View Button on Hover in Carousel Slider

for all kinds of layout editing ,I would suggest you buy a good opencart theme,which will save you tons of time
such as journal

Jump to post
  • Mon Nov 25, 2019 9:37 am
  • Replies 7
  • Views 894
Re: How to add custom link to product option

as far as I know ,there is not such function extension,
I would suggest you install a "short description" extension ,then you can add custom link to any text ,such as color text.

Jump to post
  • Fri Nov 22, 2019 10:40 am
  • Replies 4
  • Views 1105
Re: Help add Geo Zones in Custom Fields

please refer to "how to add all countries once at system-localisation-Geo zones(solved)"
viewtopic.php?f=202&t=214314&p=766738#p766738

Jump to post
  • Tue Nov 19, 2019 9:34 am
  • Replies 1
  • Views 357

Search found 340 matches