Page 3 of 8
Re: GOP Cash On Delivery
Posted: Sat Apr 05, 2014 12:14 am
by stakon
Τελικά βρήκα το λάθος
Η ταν στα Σύνολα Παραγγελίας οπού το GOP, μια και το έβαλα τελευταίο του έδωσα Σειρά Ταξινόμησης 10.
Το Σύνολο όμως είχε σειρά ταξινόμησης 9, και έτσι υπήρχε πρόβλημα...
Λεπτομέρεια...
Re: GOP Cash On Delivery
Posted: Wed Apr 16, 2014 2:44 pm
by ophir
Hi, thanks for your great extension, I need to activate the extension as follow:
COD fees:
8$ for the first 100$
3$ for every additional 100$
Maximum value 500$ and then COD will not be active.
Can you help me in this please?
Re: GOP Cash On Delivery
Posted: Thu Apr 17, 2014 10:58 pm
by gkasios
We hope it helps you :-)
Code: Select all
$my_total=$this->getTotal();
$cost=8;
if($my_total>100)
{
$my_total=$my_total-100;
while($my_total>0)
{
$my_total=$my_total-100;
$cost=$cost+3;
}
}
or
Code: Select all
$my_total=$this->getTotal();
$cost=8;
if($my_total>100)
{
$my_total=$my_total-100;
$res=gmp_div_qr($my_total,100);
$cost=$cost+(3*$res[0]);
if($res[1]!=0)
{
$cost=$cost+3;
}
}
Then add this Enable Rule
Code: Select all
$my_total=$this->getTotal();
if($my_total>500)
{
$enabled=false;
}
Re: GOP Cash On Delivery
Posted: Tue Apr 29, 2014 8:33 pm
by htwp
Καλησπέρα ,
το πρόβλημα που αντιμετωπίζω είναι στη σελίδα παραγγελιών όταν κάνω μια παραγγελία επεξεργασία και στα Σύνολα πατάω ενημέρωση Συνόλων αυτόματα εξαφανίζεται το "χρέωση αντικαταβολής" αφαιρεί και το ποσό απο το γενικό σύνολο.
Ανέβασα φώτο για να καταλάβεις.
http://i57.tinypic.com/2ijrq88.jpg
Ευχαριστώ
Re: GOP Cash On Delivery
Posted: Thu May 01, 2014 6:25 pm
by gkasios
Καλησπέρα
Το πρόβλημα είναι γνωστό και οφείλεται στο OpenCart. Ελπίζουμε να διορθωθεί σε νεότερη έκδοση της πλατφόρμας.
Re: GOP Cash On Delivery
Posted: Tue May 06, 2014 9:07 pm
by another13
I got this error.
Notice: Undefined index: GOP_COD_noshipping_4_6_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_6_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_44_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_44_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_44_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_44_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_44_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_44_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_12_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_12_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_12_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_12_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_12_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_12_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_43_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_43_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_43_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_43_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_43_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_43_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_45_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_45_flat in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1275Notice: Undefined index: GOP_COD_noshipping_4_45_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_45_percent in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1280Notice: Undefined index: GOP_COD_noshipping_4_45_order_total_sort_order in /home/botton/public_html/dev/admin/controller/payment/GOP_COD.php on line 1285Notice: Undefined index: GOP_COD_noshipping_4_45_order_total_sort_order in
... and so on.
Can you help?
Thanks.
Re: GOP Cash On Delivery
Posted: Wed May 07, 2014 5:59 am
by gkasios
Please email us your url, username and pass so we can see the problem
Re: GOP Cash On Delivery
Posted: Sun Jun 01, 2014 3:21 am
by hrm143
Hi,
COD fee is not applying to Total amount. Eg: Cash on Delivery (RS200); this is showing up in Payment Method section but not applying to total when selected the COD option. I have enable in "Order Total:(Enable/Disable this payment order total. ) as well
Re: GOP Cash On Delivery
Posted: Tue Jun 03, 2014 2:09 am
by gkasios
Hi
we guess you didn't read the Installation instructions and you didn't enabled GOP Cash On Delivery Fee in Extensions> Order Totals. Check if this is enabled and if this is not the case then email us your url, username and password to check your problem.
Re: GOP Cash On Delivery
Posted: Tue Jun 17, 2014 12:19 pm
by riteshkothari1990
I am trying to work with this extension but despite several attempts it doesn't show me under the payments section of my checkout page. I am enabled all the zones and the extension itself. I just need that if the customer selects cash on delivery he should be charged 20% of the amount through my paypal express checkout which is working correctly.
Could someone help me configure this.
Thank You
Re: GOP Cash On Delivery
Posted: Thu Jun 26, 2014 4:56 pm
by new_man
Καλησπέρα,
Ενδιαφέρομαι να ρυθμίσω τα μεταφορικά με βάση την περιοχή αποστολής (Αθήνα-Ηπειρωτική Ελλάδα-Νησιά) και ταυτόχρονα τον τρόπο πληρωμής (Αντικαταβολή ή μη). Για παράδειγμα:
*Χωρίς αντικαταβολή*:
Αθήνα: 3 και 0,6 επιπλεόν το κιλό (πάνω από τα 2,5 κιλά)
Ηπειρωτική Ελλάδα: 4 kai 0,7 επιπλεόν το κιλό
Νησιά: 5 και 1 επιπλέον το κιλό
*Αντικαταβολή*:
Παντού 4,5 και 1 επιπλεόν το κιλό
Το κατέβασα, το πρόσθεσα στα αρχεία μου σύμφωνα με την περιγραφή στο installation. Το πρόβλημα μου είναι ότι επιλέγοντας κάποιο προιόν και προχωρώντας στον "υπολογισμό κόστους αποστολής" δεν μου εμφανίζει κάτι καινούργιο παρά μόνο το default που είχα. Είμαι σίγουρος ότι έχω ενεργοποιήσει ότι χρειάζεται, όπως και το Extension GOP Cash On Delivery Fee(παίζει ρόλο που στη σειρά ταξινόμησης έχω τιμή 0?).
Ευχαριστώ
Re: GOP Cash On Delivery
Posted: Tue Jul 01, 2014 12:38 pm
by theace
Hello,
Does the latest edition of the module allow you to disable CoD for certain products? If not, is there any way this can be done?
Also, I would like to disable CoD as a payment method if certain delivery methods are chosen. How do I do it?
PS: I love this module. It has made life so much easier. I thank you wholeheartedly for developing it and keeping it free. Who knows how many others this one has helped?! Good stuff, guys! Thanks!

Re: GOP Cash On Delivery
Posted: Tue Aug 12, 2014 10:41 pm
by MrGenius1
How do I get this extension to only show for admins?
Re: GOP Cash On Delivery
Posted: Sun Aug 24, 2014 8:51 pm
by thakurtech
Hello,
I have been using it for last 6months it works gr8.
Now I need help to configure it for per quantity.
How to configure it for COD per quantity.
Thanks
Re: GOP Cash On Delivery
Posted: Fri Aug 29, 2014 12:24 pm
by theace
For some reason, the module isn't loading. I cannot see CoD in the checkout and I am getting this error in the Error Log:
2014-08-28 18:22:40 - PHP Notice: Error: Could not load language total/gop_COD_Fee! in xyz/vqmod/vqcache/vq2-system_library_language.php on line 39
Re: GOP Cash On Delivery
Posted: Wed Sep 03, 2014 4:08 am
by gkasios
thakurtech wrote:Hello,
I have been using it for last 6months it works gr8.
Now I need help to configure it for per quantity.
How to configure it for COD per quantity.
Thanks
Hi
you can create a custom method like bellow
Code: Select all
$cost=$this->getCostWhenWeight('5:10.00,100:12.00');
Hope this will help you
Re: GOP Cash On Delivery
Posted: Wed Sep 03, 2014 4:10 am
by gkasios
theace wrote:For some reason, the module isn't loading. I cannot see CoD in the checkout and I am getting this error in the Error Log:
2014-08-28 18:22:40 - PHP Notice: Error: Could not load language total/gop_COD_Fee! in xyz/vqmod/vqcache/vq2-system_library_language.php on line 39
Hi our extension is not a VQMod so you shouldn’t place it inside vqmod folder
Re: GOP Cash On Delivery
Posted: Thu Sep 04, 2014 12:52 pm
by gkasios
We just released our newest version for Opencart 2.0.
Re: GOP Cash On Delivery
Posted: Mon Sep 08, 2014 4:42 pm
by theace
gkasios wrote:
Hi our extension is not a VQMod so you shouldn’t place it inside vqmod folder
I have not placed it in the VQmod Folder.
Re: GOP Cash On Delivery
Posted: Mon Sep 08, 2014 9:42 pm
by gkasios
theace wrote:gkasios wrote:
Hi our extension is not a VQMod so you shouldn’t place it inside vqmod folder
I have not placed it in the VQmod Folder.
Hi
Try to clear VQMod cache to see if the problem still persists. Also check you have everything enabled in the extension.