I enabled the UPS shipping module for the latest version of drupal commerce kickstart: https://drupal.org/project/commerce_ups
I added the product weight and dimension fields to the products. Also configured my UPS API Credentials.
When I checkout with the product with these fields, I get no option for shipping with UPS. I followed the instructions in the modules README.txt
How do I get the UPS shipping option to come up for the customers?
Related
I am looking to pull site usage data from sharepoint such as daily users, click through rate, which parts of the site they are using the most, which links they are using the most, which documents are being opening the most. Is there a way to do this through excel, any programs, etc. I have been looking at Power BI, Excel, Power Query, etc. I haven't found a way to pull the data from sharepoint analytics itself though.
I am looking to pull data from the sharepoint site and display it as a chart, a Pareto chart for example.
1.The current situation that the site usage analysis page can export:
Site owners can export the 90-days site usage data in an excel file by going to the download button in the upper right corner on site usage page. Report on unique viewers, site visits, popular platforms and site traffic. For popular content on the site (news posts, documents and pages) the report will be for last 7 days.
excel_example
2.I've also tried getting data from the web in Excel, but it doesn't work. There is currently only one connector between site usage and PowerBI.
I tracked down a published post in UserVoice: Export to Excel on Site usage. You can vote and comment anytime.
3.You might try using the Office 365 Admin API to use, retrieve and store the data in a database, and then report on it with PowerBI. This requires registering with Azure AD and give it permissions to the API.
Reference: Office 365 Management Activity API reference
I have app(silverlight) for Windows Phone 8 and higher. I will update this app to
Windows Phone 8.1 (RT). In WinRt in app purchase changed. How do I migrate purchases of user from the old version app(silverligth) to new version app(WinRt)?
You can use Windows Store collection API to get all the products owned by a given user.
You can also follow Query for products to scope your query to your particular product. After getting the list of user who has purchased the product before, you need to make configuration to make your IAP feature still available to them while other users still need to click "purchase" button to unlock those features.
For more details, see View and grant products from a service.
I have written a Chrome Packaged App and I am now ready to publish to the Chrome Web Store.
I wish to offer a fully featured free trial period (eg 14 days) before requiring the user to buy a license.
I have read this article concerning how to receive the current license state and using the example code from github have got the license status to work.
However, how do I actually "set" the license?
The example code returns "NONE" in the response. How do I activate a Free Trial programmatically or update this value when the customer purchases a license?
The licenses will be set automatically by Web Store. When a user chooses "free trial" to install your app, the access level will be set to "FREE_TRIAL". For the paid version of your app, the access level will be set to "FULL". If you have followed the instructions in the article properly, your app would be able to query licenses from Web Store.
I am running a website and registered for Google Analytics. Got code embedded into my site.
My site in On Drupal and using Ubercart for Online shopping. There is only one payment mode BY CREDIT/DEBIT CARD.
The issue is that Analytics in not tracking my all orders that have been made, some of them is missing.
I have checked that the code has no issues in it, not problem of Sync as well because i have waited a long and orders that are missing are of the date say for example 5-9-2013 and i do have orders tracked of date 6-9-2013.
Anyone have any idea how to resolve it?
User can opt out of the Google Analytics Tracking, they may have not javascript, they may cancel page load before the tag has fired, they may sit an office where the company firewall filters out calls to the google server etc. Javascript-based tracking is never especially accurate (Google themselves warns that Analytics show Trends, not exact numbers).
So I don't think there's a way to resolve differences between GA and backend systems.
How can we set Google Analytics on my website which is created on DNN 6.3.
Is there any need to install google analytics module in DNN 6.3 (I think it is already inbuilt in upper version of DNN 6.0) or it just start working by only set Tracking Id in admin section.
Actually what i did :> I have created an account with "Google Analytics" & set our site parameters after that I got Tracking Id which I have set to my DNN account.
Now what i had seen on my Google Analytics account there was no counting of any report all are showing zero. But during that time i was visit more than 5 times on my website.
So if anyone have an idea what i was doing wrong kindly suggest to me :)
There is no such thing as DNN 6.3. It went from 6.2.x to 7.0.x... But, you don't need to install any additional modules for DNN 6.x to get Google Analytics to show up. You just need to enter your Tracking ID in Admin -> Google Analytics.
Then you can check whether it's working correctly by verifying it rendered in the HTML. Bring up your site in your browser and then view the source of the page. Then search for "UA-". If it finds it, then that should be the Google Analytics snippet. If it didn't find it, then there's something going wrong.
Keep in mind that by default Google Analytics won't show the current day's hits. You have to modify the date range to include todays date.