You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove inline arrays from second image function (use $args).
Remove use of global in meta box functions
Correct save key for second image
Add get_second_post_thumbnail() function to boilerplate from Kinfolk
Update production variation function to respect attribute names (as done on Kinfolk). Build in some caching perhaps?
Update template to use price_html function as per Kinfolk or write something better that accounts for display price (price + tax), sale, free, discount, currency type etc.
Include get_product_brand function in boiler plate? Build in some caching? Maybe better to put all these onto Stackoverflow?
Probably worth making store filters get applied in a certain order always, probably top down, so it goes clothing+shirts+kinfolk instead of clothing+kinfolk+shirts? Maybe? Maybe better to apply them in the order they are clicked, as currently done.
The text was updated successfully, but these errors were encountered:
Here are some things I need to clean up:
$args
).get_second_post_thumbnail()
function to boilerplate from Kinfolkget_product_brand
function in boiler plate? Build in some caching? Maybe better to put all these onto Stackoverflow?clothing+shirts+kinfolk
instead ofclothing+kinfolk+shirts
? Maybe? Maybe better to apply them in the order they are clicked, as currently done.The text was updated successfully, but these errors were encountered: