Closed (fixed)
Project:
Commerce Checkout Progress
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Apr 2014 at 09:29 UTC
Updated:
6 Aug 2015 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
barwonhack commentedI'm seeing the same issue.
Comment #2
maxplus commentedMaybe it is because in the module code, I think it is placed by default inside a specific theme region.
I'm fully based on Panels so I only have one region...
Comment #3
maxplus commentedI see a lot of "visibility" settings inside "commerce_checkout_progress.module"
=> I'm sure that the progress is not visible because something with these variables.
I don't have the Drupal core Block module enabled, so I cannot set something through UI to modify some settings.
Can anybody help me how I can make this checkout progress block visible by setting some values or settings directly in the module code?
Comment #4
malberts commentedThere are two issues here:
1. the block info hook depends on a constant in the block module
2. the module requires the page content to be rendered before it can figure out which step of the checkout it is in (this happens when using PM Existing Pages to override the checkout)
Attached is a patch that will let the block be shown with the default settings. It does not add the ability to change the settings that are exposed when the Block module is enabled.
Comment #5
maxplus commentedHi Malberts,
I have tested it immediately on my current full-panels based commerce project, and IT WORKS.
(I have patched the current stable 1.3 version)
I am very happy, thanks for the help!
Comment #6
malberts commentedUpdated patch. The previous one showed errors when you enable blocks.
Comment #7
joelpittetThat helped a lot, thank you @malberts, the links and position were always at the start but this fix made the links work as expected!
Comment #8
nvahalik commentedComment #10
nvahalik commented