Code Monkey home page Code Monkey logo

commercefriendlyordernumbers's People

Contributors

bossanova808 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

commercefriendlyordernumbers's Issues

Undefined Index

Hey bossanova808 (and merry christmas).

I get a breaking Error after the user hits pay:

Undefined index: IsImageScience

/craft/plugins/commercefriendlyordernumbers/services/CommerceFriendlyOrderNumbersService.php(50)

50        if(craft()->config->get('environmentVariables')['IsImageScience']){
51             $order->setContentFromPost(array(
52                 'ISOrderNumber' => $orderNumber,
53             ));
54         }

It is looking for an environment variable of ”IsImageScience”. Do you know what that is?

Edit:
I have never used order fields. Do I have to put a reference to it into the checkout form?

Best
klick

Showing friendly order number in notification email

I'm trying to get the friendly order number to display in my order notification email but it's coming up blank.
I have other custom fields being displayed in there so I'm wondering if it's because the field isn't populated before the email notification is sent.

Do you have any insight into this? Have you been able to get the friendly order number to show in your notifications?

No need to save order

Hey -

In your onBeforeOrderCompleteHandler() you call the saveOrder() at the end but I don't think that's needed.

You're using the onBeforeOrderComplete event so the order will be saved directly after this anyway.

At the moment the order will get saved twice.

Randomly the order number is skipped and another one is attached

Sometimes the order number is skipped.
In the attached screenshot order number 20170262 is created before(!) 20170261.
Order number 20170262 should actually be 20170260. Furthermore order number 20170260 is nowhere to find.
Any suggestion where it goes wrong?

friendly order numbers ordered by order number desc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.