easy docs
BIN
designdocs/address_manager.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
designdocs/cart_preshipping.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
designdocs/cart_with_address.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
designdocs/cart_with_line_item.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
designdocs/cc_form.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
2229
designdocs/commerce.pod
Normal file
BIN
designdocs/commerce_flowchart.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
designdocs/commerce_settings.png
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
designdocs/payment_options.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
7
designdocs/test
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Use the program 'html2pod' that comes in this dist, or:
|
||||
use Pod::HTML2Pod;
|
||||
print Pod::HTML2Pod::convert(
|
||||
'file' => 'commerce.html', # input file
|
||||
'a_href' => 1, # try converting links
|
||||
);
|
||||
|
||||