Ubercart XML feed for google shopping - drupal-7

I am currently trying to create a product feed from Ubercart for Google shopping through views. I cannot find a suitable answer with Google or the other stack overflow questions.
Has anyone done this before?
How did you do it?
Did you need extra modules? if yes which ones?
Modules used:
Drupal 7
Ubercart 7.x-3.1
Views 7.x-3.3

Read this post:
ubercart-and-google-merchant-integration

Related

Use Categories/Tags from one 2sxc app across the site for all apps using the DNN Taxonomy terms list?

Looking to use the DNN Taxonomy either by using 2sxc's Folksonomy on its own or if there was a way to join the two tag tables and sync tags across site. For example the 2sxc Blog app has Categories and Tags, the 2sxc News app has Categories but no tags (out of the box), is it possible to use the same Categories list for both apps where the list is actually the tag terms set in the Vocabulary terms db table?
Is this use case something that can be achieved using the visual query designer?
I'm looking to use the 2sxc Blog, 2sxc News apps and create a similar Document management app where all apps use same Categories list (list set by us and will not change) and Tags which admins can add remove similar to Blog app which would be a hierarchical tree list in the Vocabulary terms table.
UPDATE:
Trying to achieve something similar to what WatchersNET has in their TagCloud module (https://github.com/w8tcha/WatchersNET.TagCloud) where you can select a DNN Vocabulary or use a custom tag which is a great feature to incorporate DNN's built in Vocabulary, see below
Yes, this can be done, and isn't implemented ATM.
I'm not sure if the DNN Taxonomy would be the ideal place to start - but if you're already using it it could easily work.
Yes, visual query would be a simple place to start - with a Dnn-Sql Data source.
Another alternative is to create a custom WebApi. ATM there is no dropdown-from-webapi yet, but if you need it, I'm sure we could add this in no time :).

JSON performance tips. Drupal backend and IONIC Frontend

I am creating a hybrid app (IONIC + AngularJS). Using Drupal as my Backend. I am using Drupal services and getting the JSON data.
I would like to improve the speed/performance of getting the data. Most of the data will be images.
On the first page, i just want a list of the user's firstnames. When you click on a name you get the details page for that user. This page contains a lot of images.
What is the best way of doing this?
If my list contains a 100 people with profile pictures. I don't want to download all this information. Just the information of the person that was selected from the list. Is this possible? Is this a good idea? I am sorry if this is dumb questions. I am a beginner.
Do you have a better suggestion on how to do this?
Thanks in advance
JSON
[{"firstName":"John", "Image1":"John.jpg", "Image2":"John2.jpg", "Image3":"John3.jpg"},
{"firstName":"Jane", "Image1":"Jane.jpg", "Image2":"Jane2.jpg", "Image3":"Jane3.jpg"},
{"firstName":"Sam", "Image1":"Sam.jpg", "Image2":"Sam2.jpg", "Image3":"Sam3.jpg"}]
Here are few links you might want to go through for performance
https://www.sitepoint.com/5-ionic-app-development-tips-tricks/
http://julienrenaux.fr/2015/08/24/ultimate-angularjs-and-ionic-performance-cheat-sheet/
http://www.gajotres.net/speed-up-your-ionic-application-using-these-techniques/
Regards.

Is it possible to use Drupal Commerce along with Ubercart in the same project?

I am developing an e-commerce site for a Travel agency. There are 4-5 features like hotel,tour etc. I have already finished my development for its tour section. The tour pricing is developed using Ubercart module. But due to some restricted features of Ubercart, i want to use Drupal commerce for hotel pricing. Now I want to know if it is possible to use Ubercart for Tour Section and Drupal commerce for Hotel Section in this project?
Not a good idea to use Drupal commerce and Ubercart together. Finalize one and extend it as per requirement.
Also check this out : https://drupalcommerce.org/
Cheers!!!

Product Gallery in Drupal 7 (like Amazon's)

I want to create a product preview gallery page for a certain node type. I do not want to use any eCommerce plugin nor do I want to use Drupal's Kick Starter. I simply want to replicate the image thumbnail hover/gallery in Amazon's inner product pages. Is there a way you can do this in a simpler approach? A simple plugin will do, but it would be best if it can be done even simpler just by using Drupal 7's defaults.
I hope I'm not violating any policies that will get me flagged or be voted down for asking this. Thank you very much!
You can create a gallery with drupal views and views slideshow.
check this page out
https://drupal.org/node/1497058
Also it would helpful if you could provide a link to the page you are referring to in amazon to get a better idea.
Hope it helps.

A document sharing and collaboration framework and integrate into drupal

I am looking for a way to create a document sharing website and integrate that into drupal. Are there any frameworks which can help me create a document sharing site? To put it simply, i am looking to create something like google docs.
Try PiratePad. Though it's only for Drupal 6 right now, you may want to help out and port it to Drupal 7. You will find the source code on Github. You can try it out at piratepad.net.
You could check out FileDepot. It is a Document Management module and it is available for D6 and D7.

Resources