Search found 97 matches

Search found 97 matches

Re: διαφορες ερωτησεις (install extensions, edit κωδικα κ.α)

οποτε αυτο σημαινει οτι πρεπει να δημιουργησω ενα ftp server για να ανεβασω τα αρχεια και να γινει η εγκατασταση? (μιλαμε παντα για localhost) Όχι απλά κάντε Αντιγραφή τα αρχεία και τους φακέλους εκεί που έχετε εγκαταστήσει το OpenCart. Το FTP είναι παράδειγμα πως θα γινόταν σε απομακρυσμένο server...

Jump to post
  • Mon Dec 30, 2013 10:22 am
  • Replies 5
  • Views 1068
Re: Καλά Χριστούγεννα !

Χρόνια Πολλά και Καλά Χριστούγεννα. ;D

Jump to post
  • Mon Dec 30, 2013 10:10 am
  • Replies 3
  • Views 519
Re: SSL και site

Την επιλογή Use SSL μέσα από το διαχειριστικό του OpenCart την έχετε κάνει σε ‘Yes’;

Jump to post
  • Mon Dec 23, 2013 10:40 pm
  • Replies 3
  • Views 659
Re: Opencart @ papaki.gr

Ελέγξτε τα αρχεία config.php και admin/config.php ότι οι διαδρομές (path) για τα αρχεία είναι σωστές και σύμφωνες με αυτές που σας έχουν δοθεί από το hosting του papaki.gr

Jump to post
  • Sat Dec 21, 2013 8:49 pm
  • Replies 2
  • Views 1071
GOP Cash On Delivery - Update

We just released a new version fixing a bug and making some additions

Jump to post
  • Wed Dec 18, 2013 1:35 am
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

If we understand it your question you want when your customer reach in the last step of the payment (Total Order) to have the Cash on Delivery to appear with its value (zero in your case). If that is your question then do as we told you above and check that the Extension GOP Cash on Delivery Fee is ...

Jump to post
  • Thu Dec 12, 2013 2:53 am
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

Here is an example. If in the cart there is a product with id 100 then Cash On Delivery will be disabled $products=$this->getProducts(); $enabled=true; foreach($products as $product) { if($product['product_id']=='100') { $enabled=false; } } if you change this $product['product_id'] with this $produc...

Jump to post
  • Wed Dec 11, 2013 2:04 am
  • Replies 143
  • Views 96716
GOP Cash On Delivery Can't Be Found

When an Extension doesn’t appear in your OpenCart go and check that you have permissions. The permissions can be found in System > Users > User Group then edit the User Group that you are in (usually Top Administrator) and check the Extension.

Jump to post
  • Tue Dec 10, 2013 7:41 pm
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

Yes but it requires to have a small knowledge in php to create a custom rule

Jump to post
  • Tue Dec 10, 2013 7:40 pm
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

You must enable Total Order in your options and also don’t forget to get GOP Cash on Delivery Fee extension located under Extensions > Totals enabled too

Jump to post
  • Tue Dec 10, 2013 5:45 am
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

Hi use the below code in the custom payment if($total<999) { $cost=60; } else { $cost=0; } This is wrong that is why you get an error { $enabled=false; } if you want to use cash on delivery only for orders below 999 and disabled for anything above use the below custom enable rule if($total<999) { $e...

Jump to post
  • Sun Dec 08, 2013 7:28 pm
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

We just released a newer version. Hope you liked it.

Jump to post
  • Fri Nov 29, 2013 9:04 am
  • Replies 143
  • Views 96716
GOP Cash On Delivery [Custom Examples]

We started it this topic for posting custom examples for our extension.
[/color]

Please don't post in here
[/highlight][/b]

Use our other thread or pm us if you have any questions

Jump to post
  • Fri Sep 20, 2013 4:40 pm
  • Replies 0
  • Views 1459
Re: GOP Cash On Delivery

Hi heres an example of a custom payment

Code: Select all

$weight = $this->getWeight();
if($weight<100)
{
$cost=10;
}
And here a custom enable rule

Code: Select all

$weight = $this->getWeight();
if($weight<100)
{
$enabled=false;
}
We hope it helps you

Jump to post
  • Thu Sep 19, 2013 9:48 pm
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

No problem we are mistakes and we make humans ( :-P we are humans and we make mistakes). So as we posted above the first thing to do is enable your delivery method extension (ex. Weight Based Shipping). By doing so now in our extension you will find a tab with the name of that delivery method extens...

Jump to post
  • Mon Sep 16, 2013 10:19 pm
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

Hi and thank you for your time If order is less than £12.00 delivery method "pick up from store" This is a payment method not a delivery method so it can’t alter your delivery methods. Our extension is the next step after your customer choose a delivery method. If order is above £12.00, de...

Jump to post
  • Mon Sep 16, 2013 5:25 pm
  • Replies 143
  • Views 96716
Re: Εικονίδια κατασκευαστών

Καλησπέρα Στο μενού Catalog > Manufacturers ορίζετε τους κατασκευαστές για τα προϊόντα ώστε να μπορεί κάποιος να βρει τα προϊόντα του ίδιου κατασκευαστή. Αυτό που θέλετε να αλλάξετε εσείς είναι το carousel banner που εμφανίζεται. Για αυτό θα πάτε System > Design > Banners και θα κάνετε Edit στο Manu...

Jump to post
  • Tue Sep 10, 2013 3:58 am
  • Replies 2
  • Views 450
Re: Πρόβλημα με e-mail προς τον χρήστη

Είχαμε αντιμετωπίσει ένα αντίστοιχο πρόβλημα με το hosting μας και είναι πιθανόν να μιλάμε για το ίδιο πράγμα. Δείτε εδώ την λύση http://forum.opencart.com/viewtopic.php?f=20&t=92410

Jump to post
  • Tue Sep 10, 2013 3:39 am
  • Replies 4
  • Views 607
Re: GOP Cash On Delivery

Yes pretty much you can do anything with our custom option. First download and install our latest edition that we just re-releashed (we did some gui improvements and add it some easy to use functions) Then add this Enable Rule if($this->isCartOutOfStock()) { $enabled=false; } And your done. We hope ...

Jump to post
  • Sat Sep 07, 2013 12:49 am
  • Replies 143
  • Views 96716
Re: GOP Cash On Delivery

We also like to announce you that we just updated our Extension adding even more features.

You can download it here: http://www.opencart.com/index.php?route ... n_id=11301

Jump to post
  • Fri Sep 06, 2013 6:59 am
  • Replies 143
  • Views 96716

Search found 97 matches