We've been struggling for quite a while already, and apparently there's no such solution to this problem. Even because we have no evidence if there's a bug or an error because their status displays a fine green icon and everything else displays just fine, nothing gets logged and all scripts run properly when triggered manually.
Is there a way to extend the next payment date for the users who have recurring payment in moneysuite drupal 7. We are using authorize.net for the payments.
Scenario : users have paid for viewing online live event videos. Registered as monthly user. We have blocked live events for avoiding public gathering due to current situation ( corona ). Now next month their amount should not be debited so we have to extend next payment date.
I am really new to drupal . I really don't have idea yet where to edit this or fire this command .
In checkout page , when the customers fill the delivery / billing information I want to automatically display the shipping cost calculator without checking the " Click to calculate shipping " button .
I want the option information regarding automatically displayed already upon entering the address .
I hope you can help me with this one . See attached image below .
The company just changed its logo and I am changing image files to ones that incorporate the new branding.
Problem is when I replace the existing image file with the new one, it doesn't show on the page and I get "You don't have permission to access /sites/all/themes/mytheme/images/logo2.png on thei server." when I go directly to the file.
It doesn't matter if I am logged in or not, and I have verified the permissions are identical to the other image files that comes up without issue. I have cleared the cache on the site, and use Incognito mode to avoid browser caching.
I have a requirement that would involve converting uploaded images (from mobile phone) to pdf on the fly. The pdf to image scenario is a common request and I found lots of resources on the web, but the only promising one about image to pdf was https://github.com/delphian/drupal-convert-file github project which is not maintained and unfortunately won't work on my Drupal 7 install.
I'm about to go for custom implementation but not sure where to begin.