Coder Social home page Coder Social logo

foxycart-craft's People

Contributors

adamjudd avatar brettflorio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

foxycart-craft's Issues

Transactions / Customers not being pulled in

I have a store that is still in development mode. I can see the test transactions in the reports tab of foxycart.com, but not in my craft's foxycart section.Is it not being pulled in because I'm still in test mode? Is there a way around that, to make sure everything is being pulled in correctly?

$params not working within listTransactions

Hey there,

I recently ran a successful donation platform on foxycart that raised over $15,000, so thanks for that :) One issue I noticed on launch day was that my results were only pulling in the 300 most recent donations, so when a new donation came in, the 301st one would get knocked off, and so on. This messed up our live tally of donations raised, which didn't really upset my client, as she was ecstatic we were raising more money, but I'd still love to get this addressed.

To put a bandaid on this problem, I tried paginating the next 300 results and then merging the array together:

{% set transactions = craft.foxyCart.listTransactions %}
{% set transactionsTwo = craft.foxyCart.listTransactions('pagination_start',300) %}

{% set transactionsMerged = transactions|merge([transactionsTwo]) %}

Unfortunately the params from transactionsTwo didn't get pulled in, and transactionsMerged just ended up being the same 300 entries, just duplicated. I tried multiple different array syntaxes as the $params, and even tried to hardcode the $params inside the public function listTransactions on line 210 of FoxyCartService.php to no effect.

Am i missing something silly? Thanks for your help.

Internal Server Error: Array to string conversion

When devmode is turned off, we're getting an "Internal Server Error: Array to string conversion" error when visiting the foxycart section of the Craft admin center.

When devmode is turned on, the page loads as intended but instead (of course) shows test data. I suspect that the data coming back from craft.foxyCart.listTransactions may have changed? I'm not sure what else to check. If there is any other detail I can provide please let me know.

Bug: "Craft Pro is required to perform this action."

I've currently got the plugin installed on a Client edition of Craft. When I go to settings and try to update my account information (my Username or Week Start Day for example), I click save and get a PHP error saying "Craft Pro is required to perform this action". I initially contacted Craft support and they identified that the FoxyCart plugin is checking my Craft version when I update my account information. I don't get the error when I disable the plugin. Error attached - let me know if you need any more info!

image

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.