Hi. I’m running CataBlog 1.6.6, CataBlogOrdering 1.3 and CataBlogOrdering.class.php Version 2.
I added a couple of Select statements to the Store template to allow the user to select product colors and I’m having a prob with extra characters in the key-names in $post_vars (in AddToCart()). I was wondering if you had any suggestions?
I’ve tryed explicitly declaring a unicode font in the Select statement, with no success. See var_dumps below.
<select name='basecolor' id='BaseColor' style='font-family: Arial Unicode MS,Arial,Helvetica;font-weight:normal;'>
and
<select name='secondarycolor' id='2ndColor' style='font-family: Arial Unicode MS,Arial,Helvetica;font-weight:normal;'>
var_dump($post_vars) output:
array(9) { ... ["amount"]=> string(5) "30.00" ["a€?basecolora€3"]=> string(11) "18-Scorpian" ["a€?secondarycolora€3"]=> string(14) "11-Golden Fizz" ["quantity"]=> string(1) "1" ... }
var_dump($item_info) output:
array(7) { ... ["quantity"]=> string(1) "1" ["basecolor"]=> NULL ["secondarycolor"]=> NULL ["amount"]=> string(5) "30.00" ... }
Hi there,
can you please update this plugin with the latest version 4.0 and also apply demo page so can I see how does it work to get some idea . I think screenshot might be helpful to
thanks
lisa
Hi,
Thanks for a wonderful plugin and an indispensable extension to CataBlog.
My current setup is this:
In CataBlog, the “Store” template looks like this:
<form method='post' >
<input type='hidden' name='cmd' value='_cart'> <!-- This tell plugin to add to cart -->
<input type='hidden' name='item_name' value='%TITLE-TEXT%'>
<input type='hidden' name='item_number' value='%PRODUCT-CODE%'>
<input type='hidden' name='amount' value='%PRICE%'>
<input type='hidden' name='quantity' value='1'>
<input type='hidden' name='add' value='1'>
<input type='submit' value='ADD TO CART'>
<input type="hidden" name="catablogcartprocess" value="true" /> <!-- added as hack suggests -->
</form>
I’ve got a page with the [catablogcart] shortcode.
This means that when an item is requested by clicking “add to cart” the user is redirected to the “Cart” page from where further details can be specified.
How to specify which email address the orders are sent to?
When testing, the email address from which the email is sent is …@masterbuild.jnb2.host-h.net…
I wish to specify both send from and send to manually, if possible.
Any feedback would be appreciated.
Many thanks!
]]>Finally got the cart being created but spent a lot of time searching for the correct Template changes! The instruction to eliminate event didn’t do it. But replacing the input line with: <input type=”hidden” name=”catablogcartprocess” value=”true” />
did the trick.
In the catablog cart set up: If you want to be routed to the cart after each add, then select the page where [catablogcart] is located.
If you want to stay on the catalog page select a page withut the [catablogcart] Note: customer has to manually select the cart page to submit it.
To capture the order form you must enter an email address in the catablog cart options where it says EMAIL FROM.
After many hours of searching this forum and trying a whole bunch of different actions, I’ve finally gotten it to work as expected.
Clarifying the instructions would have made this a painless exercise!
Might even find many more users.
(I’m not ready to turn my site on for ordering but you can see the concept at joyridercart.com)
]]>I’ve noticed that the multi lang support is not correct so to correct it (prior to translate the .po file):
In catablogordering.php change this line:
load_plugin_textdomain('catablogcart', false, '/catablogcart/lang');
into this:
load_plugin_textdomain('catablogcart', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
and the multi lang support is up and running
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>https://packagingequipmentforsale.com/quote/
is the link to the catablog cart page
The recent update to 3.5 combined probably with the plethora of theme and plugin updates has created a snafu on the above website.
The catablog cart page appears to break out of the content area and then repeat itself vertically on the page.
There is also an Empty Cart error that appears.
Are these update issues, are there quick fixes, suggestions? I appreciate any help.
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>It would be great to have a sidebar widget added to this plugin so you could render the cart in a sidebar directly on the catablog store page. Much better than going back and forth when you are adding multiple items.
I have this working using a plugin that allows shortcodes in a text widget, but it’s kind of ugly.
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>I would like to allow users to change the qty of an item prior to adding to cart.
I changed the input type in the store template to “text” so the qty field is visible in the catablog store, but when you add to cart it does not change the subtotal (ie qty x price).
How can i make this work?
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>Been testing it and the result is always the same: When ordering more items then one, the email generated only has the last item added to the cart.
Any solution on this, diego2k?
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>Hi,
I’m experimenting with Catablog and wondered whether there is a way to get google adsense code working in the galleries. I have tried placing the code in the description, but to no avail. Any ideas would be appreciated.
Thank you
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>Need more info on installation have first bit completed no problem but add to cart link does nothing. Am probably missing something but not sure what ??
https://www.ads-software.com/extend/plugins/catablog-ordering/
]]>