Post by stakon » Sat Apr 05, 2014 12:14 am

Τελικά βρήκα το λάθος

Η ταν στα Σύνολα Παραγγελίας οπού το GOP, μια και το έβαλα τελευταίο του έδωσα Σειρά Ταξινόμησης 10.

Το Σύνολο όμως είχε σειρά ταξινόμησης 9, και έτσι υπήρχε πρόβλημα...

Λεπτομέρεια...

Newbie

Posts

Joined
Wed Jan 29, 2014 2:22 am

Post by ophir » Wed Apr 16, 2014 2:44 pm

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?

Newbie

Posts

Joined
Wed Jul 17, 2013 6:42 pm

Post by gkasios » Thu Apr 17, 2014 10:58 pm

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;
}

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by htwp » Tue Apr 29, 2014 8:33 pm

Καλησπέρα ,
το πρόβλημα που αντιμετωπίζω είναι στη σελίδα παραγγελιών όταν κάνω μια παραγγελία επεξεργασία και στα Σύνολα πατάω ενημέρωση Συνόλων αυτόματα εξαφανίζεται το "χρέωση αντικαταβολής" αφαιρεί και το ποσό απο το γενικό σύνολο.

Ανέβασα φώτο για να καταλάβεις.
http://i57.tinypic.com/2ijrq88.jpg

Ευχαριστώ

Active Member

Posts

Joined
Sun Oct 14, 2012 1:29 am

Post by gkasios » Thu May 01, 2014 6:25 pm

Καλησπέρα

Το πρόβλημα είναι γνωστό και οφείλεται στο OpenCart. Ελπίζουμε να διορθωθεί σε νεότερη έκδοση της πλατφόρμας.

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by another13 » Tue May 06, 2014 9:07 pm

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.

Newbie

Posts

Joined
Fri May 20, 2011 6:15 pm

Post by gkasios » Wed May 07, 2014 5:59 am

Please email us your url, username and pass so we can see the problem

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by hrm143 » Sun Jun 01, 2014 3:21 am

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

Newbie

Posts

Joined
Sun Jun 01, 2014 3:16 am

Post by gkasios » Tue Jun 03, 2014 2:09 am

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.

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by riteshkothari1990 » Tue Jun 17, 2014 12:19 pm

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


Posts

Joined
Tue Jun 17, 2014 12:15 pm

Post by new_man » Thu Jun 26, 2014 4:56 pm

Καλησπέρα,
Ενδιαφέρομαι να ρυθμίσω τα μεταφορικά με βάση την περιοχή αποστολής (Αθήνα-Ηπειρωτική Ελλάδα-Νησιά) και ταυτόχρονα τον τρόπο πληρωμής (Αντικαταβολή ή μη). Για παράδειγμα:
*Χωρίς αντικαταβολή*:
Αθήνα: 3 και 0,6 επιπλεόν το κιλό (πάνω από τα 2,5 κιλά)
Ηπειρωτική Ελλάδα: 4 kai 0,7 επιπλεόν το κιλό
Νησιά: 5 και 1 επιπλέον το κιλό
*Αντικαταβολή*:
Παντού 4,5 και 1 επιπλεόν το κιλό

Το κατέβασα, το πρόσθεσα στα αρχεία μου σύμφωνα με την περιγραφή στο installation. Το πρόβλημα μου είναι ότι επιλέγοντας κάποιο προιόν και προχωρώντας στον "υπολογισμό κόστους αποστολής" δεν μου εμφανίζει κάτι καινούργιο παρά μόνο το default που είχα. Είμαι σίγουρος ότι έχω ενεργοποιήσει ότι χρειάζεται, όπως και το Extension GOP Cash On Delivery Fee(παίζει ρόλο που στη σειρά ταξινόμησης έχω τιμή 0?).

Ευχαριστώ

Newbie

Posts

Joined
Wed Jun 25, 2014 3:26 pm

Post by theace » Tue Jul 01, 2014 12:38 pm

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! :D

New member

Posts

Joined
Sun Jun 17, 2012 2:17 am

Post by MrGenius1 » Tue Aug 12, 2014 10:41 pm

How do I get this extension to only show for admins?

Newbie

Posts

Joined
Tue Aug 12, 2014 10:39 pm

Post by thakurtech » Sun Aug 24, 2014 8:51 pm

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

Newbie

Posts

Joined
Sun Aug 24, 2014 8:35 pm

Post by theace » Fri Aug 29, 2014 12:24 pm

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

New member

Posts

Joined
Sun Jun 17, 2012 2:17 am

Post by gkasios » Wed Sep 03, 2014 4:08 am

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

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by gkasios » Wed Sep 03, 2014 4:10 am

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

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by gkasios » Thu Sep 04, 2014 12:52 pm

We just released our newest version for Opencart 2.0.

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am


Post by theace » Mon Sep 08, 2014 4:42 pm

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.

New member

Posts

Joined
Sun Jun 17, 2012 2:17 am

Post by gkasios » Mon Sep 08, 2014 9:42 pm

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.

Our Extensions


User avatar
New member

Posts

Joined
Tue Jan 08, 2013 1:57 am

Who is online

Users browsing this forum: No registered users and 3 guests