Hi there,

As per the patch mentioned in #1982738: Support for UUID Features Integration it should be possible to export Commerce Product Entities. This is not possible for me.

I've attached screenshots:
1. /admin/structure/features/uuid_features
2. /admin/structure/features/settings
3. /admin/structure/features/create

I enabled my desired products types to be exportable and I made sure I have three products of type "Lizenzierte Rolle / licensed_role" and each has got a UUID.

I can check by Product bundles to be exportable (screenshot part 1) and I've enabled the component to be shown on the create/edit feature form (screenshot part 2), but no products show up on the Features UI.

Any ideas?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Daniel Wentsch created an issue. See original summary.

Daniel Wentsch’s picture

Issue summary: View changes
nvahalik’s picture

FileSize
969 bytes

The problem is here:

$enabled_types = variable_get('uuid_features_entity_commerce_product', FALSE);

This variable doesn't exist. Attached patch remedies this.

nvahalik’s picture

Status: Active » Needs review
Marko B’s picture

I tried this, but doesnt work. I dont even see products on admin/structure/features/settings i refreshed, added this patch, tried 20x times. nothing :( have latest dev versions of all modules and features 2.2, hmm this should be the issue then, I have OLD features module. Lets see when i update it to 2.10

Marko B’s picture

Updated features, tried million times, still nothing, waisted half a day on this :(

Alex Bukach’s picture

The patch #3 looks and works fine! RTBC+1. Thanks @nvahalik!

  • das-peter committed cbb79fb on 7.x-1.x authored by nvahalik
    Issue #2574547 by nvahalik, Daniel Wentsch: Commerce UUID integration...
das-peter’s picture

Status: Needs review » Fixed

Oops, patch applied, committed & pushed - thanks :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.