thanassis05
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Brand] Add or Remove Slider layersThank you, too!
I am not sure if you understand exactly what I want to do. If customer add a photo product(digital) to cart one time cost 10 (to price 10 is included and one printed for free). Then if customer increase the quantity to 2 that means he wants one free printed and one extra that the cost is 0.50 etc for third to N items to the cart.
I am thinking to make an ajax method on update quantity in the cart and change dynamically the price of the item to the cart using methods of cart class as you said.
But I am not sure if I change the total price of cart item hard coded is correct solution and safe.Forum: Networking WordPress
In reply to: Where can I refer a codex issue?Yes I understand what you mean and I am starting to get in the way of codex thinking.
I like this freedom. 😉Forum: Networking WordPress
In reply to: Where can I refer a codex issue?Thanks for well-intentioned suggestion.
http://codex.ww.wp.xz.cn/Administration_Menus#Sample_Menu_Page
In the above link this method:
<em>mt_options_page</em>should be like this:
<em>mt_{options}_page</em>or
<em>{mt_options_page}</em>to declare that we can use any identifier instead.
Forum: Networking WordPress
In reply to: Where can I refer a codex issue?Please can you check this: http://codex.ww.wp.xz.cn/index.php?title=Administration_Menus&action=edit§ion=12
mt_options_page is it correct?