JaimeChizavane / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Document new set of buttons #763

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The new set of buttons (issue 652) is a significant change.

We need to document the logic of it on help. Probably edit existing posts.

Original issue reported on code.google.com by ad...@zetaprints.com on 3 Mar 2012 at 2:27

GoogleCodeExporter commented 8 years ago
Atanas, please add notice how to hide button on the form.

Put following css rule in your custom theme CSS file to hide a button:

.zp-buttons-wrapper #<id_of_the_button_to_hide> {
  display: none;
}

Button IDs

Enlarge button: zp-enlarge-button
Editor button: zp-editor-button
Form button: zp-form-button
Update preview button: zp-update-preview-form-button
Next page button: zp-next-page-button

Original comment by Anatoly....@gmail.com on 15 Mar 2012 at 7:17

GoogleCodeExporter commented 8 years ago
Added a section near the bottom of this page:
http://www.zetaprints.com/magentohelp/custom-theme-integration/
regarding hiding the new buttons.

But, I think we need to review and update the rest of that page as well. Not 
sure about everything else but this screenshot definitely needs an update:
http://www.zetaprints.com/magentohelp/wp-content/magento-docs/theme-configuratio
n.png
what are the new functions for the buttons?

Original comment by agur...@gmail.com on 15 Mar 2012 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by ad...@zetaprints.com on 3 Apr 2012 at 12:13