Hi, On the 'Review Order' page (cart/checkout/review) I get this display (see image attachment)...

example

I would like to replace 'Address' under 'Billing Information' with 'Name and Address' (or just remove the 'Address' label).

And I would like to remove the 'Calculate shipping cost' row and the row below it, as they are superfelous.

Is it meant to look like this? There are quite a few settings under 'admin/store/settings' so I may have set something incorrectly to cause this display.

Otherwise can someone please give me some help locating where in the code these things are set so I can have a go at changing them.

CommentFileSizeAuthor
Screen Shot 11-01-16 at 09.46 PM.PNG16.63 KBspiderplant0
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

spiderplant0 created an issue. See original summary.

TR’s picture

Status: Active » Fixed

You may change all aspects of that page through standard Drupal theming. The relevant function to override for this page is theme_uc_cart_checkout_review(). Also, implementing hook_uc_order_pane_alter() will allow you to modify pane titles or remove the panes from the review page entirely.

Status: Fixed » Closed (fixed)

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