Closed (duplicate)
Project:
Commerce Flat Rate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2012 at 14:20 UTC
Updated:
17 Nov 2012 at 01:42 UTC
I installed Shipping 2.x, then this module.
admin/commerce/config/shipping showed me the flat rate shipping method, but the operations column of the table was blank for this method.
A cache clear caused operations 'Add a flat rate service', 'View services' to show up.
Comments
Comment #1
JFurze commentedHave you tried running Commerce Shipping 7.x-2.0-beta1? I experienced a similar problem--2.0 beta1 resolved it.
Comment #2
rszrama commentedFor Commerce Shipping 2.0 I added a hook_modules_enabled() to ensure the default Rules and menu items are rebuilt when modules like Flat Rate are installed. Problem solved. : )