Jump to content

realspezz

Clients
  • Posts

    33
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by realspezz

  1. Hello, Is there a way to reset the test install URL on my license key? I want to set up a testing server, but the current test installation location is on my primary server.
  2. Thank you for your response. I am experiencing an issue when I select one file, save the product, and add another.
  3. Thanks for fixing the issue! Unfortunately, I found additional bugs. Saving a custom chart does not save the date range but saves the default (past six months). Viewing a saved custom cart, you cannot sort by day/week/month unless you re-configure the date range. https://i.imgur.com/mIRPiJx.png https://i.imgur.com/NH7D6Wy.png For saved charts, the layout is messed up. https://i.imgur.com/1Y3srKs.png On the income method tab, the chart can't import data when viewed by payment method every other time. Refreshing the page fixes the issue. https://i.imgur.com/n1Gc9mC.png
  4. Excluding the "make primary image" button, I am trying to figure out how InvisionCommunity assigns the order of product images. It used to be by upload date/time, but now it appears random. I tried uploading four photos( all are different sizes) named 1,2,3,4, and the order is shown correctly. However, once saving the product, the order gets changed to 4,3,2,1. InvisionCommunity version: 4.7.12 After uploading: After saving:
  5. Hello, After updating to 4.7.11.1, the sales statistic reports feature is very bugged. Seems to be an issue with the IPS javascript framework. Issues: Filters - All / None do not work The graphs do not update when sorting by Daily, Weekly, or Monthly. Video: msedge_mIXD5wC9Ib.mp4 (streamable.com) Screenshot: https://i.imgur.com/YI1kInC.png
  6. I found a temporary fix and modified the core files. The issue does seem to be with IPS. In method: IPS\nexus\Package::fullPriceInfoFromData (Line 798), index: renewalPrice returns the string value "Free" instead of NULL in case the product does not have renewal options.
  7. When on the product page, the product shows as Free, but when browsing the category, it shows the price. I tried disabling all plugins, and the issue remains. Photos:
  8. In the image you posted, is that a custom plugin that displays that message or is it only there as an example?
  9. Did you ever find a solution to disable quantity selection from front end?
  10. Hello, Seems to be an issue with plugin, when purchasing multiple of same product something bugs out and customer receives more of the product. Also invoice does not get marked as paid.
  11. Hello, When a customer choses to save their card as a payment method, they are unable to edit that card's billing address. An issue occurs when they enter an incorrect billing address, and cannot change the address for the stored payment method.
  12. I recently added the application, Pages to my Invision Community Suite, but am unable to find a way to install the new application. I tried the following expecting to see a way to install the new application. 1. I clicked the "Refresh license data" button. 2. I went to ACP -> System -> Applications and clicked the "Check for Updates" button. Also, I did read the help guides, and searched the forums, but was unable to find a section that addresses my situation.
  13. Yeah it is coming from my server, now I did run into a similar issue when trying to enable zapier and received the following error: " Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue." Could there two issues be related or are they entirely separate?
  14. I have https enabled and followed the Google account login tutorial. Now everything works until I select the Google account that I wish to sign in with. Then I receive a 403 error on the https://mysite.com/store/oauth/callback/?very_long_api_key* Currently the app's publishing status is product and user type is external. Also, the Authorized redirect URI within the Client ID settings matches what is shown in the ACP. I have doubled checked everything and am not sure what could be causing this. Any help would be appreciated! *Keep in mind this arbitrary text.
  15. Hello, I am on the latest version 4.6.6 but first noticed the problem 4.6.2 or 4.6.3 Also the site URL it won't show up(this bug started a few weeks ago). I have my license key redeemed on my website, but on Invisioncommunity.com the Site URL does not show up in the manage purchase area.
  16. After the 6.2 update it seems Invision no longer creates customers on Stripe. I love the fixes and improvements that have been happening with Stripe, but it would be cool if the invision team could look into this bug! I have blurred all the private information. As you can see no customer is created, yet all the necessary information is passed(see image #2)
  17. Hello, I just purchased the theme but need some help removing/changing aspects. How can I make the IPS menu feature affect the theme's menu? I need to remove the page loaded portion. I am trying to make the logo smaller but no matter what percentage I do nothing changes. I am trying to adjust the footer to make it smaller. yet I can not find a way to do so. There is no option to remove the socials in the top right(above the menu). The announcement icon is missing, causing a square that also messes up text.
  18. Same here, uninstalling and reinstalling fixes the app. Invision support told me this was a server issue but who knows.
  19. Did you ever solve this issue? I am having the same issue
  20. For me, a lot of customers do not see the option to switch their currency, I would prefer all payment methods be shown and agree with H5K.
  21. Hello, I read you can limit the number of emails per cycle. How long are cycles? For example, is one cycle a minute? If anyone could explain this to me, that would be great!
  22. Does anyone have any experience regarding adding PHP to a theme? I was trying to add the code to my theme in either the globalTemplate or navbar section. I was getting an error when doing so, I tried using the double curly brackets; but this caused the same error. If anyone could help with this matter, it would be a life saver! <?php if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP'];?>
  23. The issue is IPS and other forums use Stripe 2.0 checkout system, which does not require the customers name that is why you don't see a box for it. Stripe recommends you switch to their 3.0 checkout but I have yet to see any of the big forum/commerce software do this. In the event all you want is customer name I would suggest contacting a plugin dev or making a request to Invision's staff for adding that feature.
  24. IPS askes for their first and last name during checkout, the billing address part is passed to Stripe but not the name portion.
×
×
  • Create New...