Forum Replies Created
-
AuthorPosts
-
also, read the install instructions.
you are caching pages that should not be cached !!>Does not work.
works just fine….
i click on links and stuff gets added to cart ?! (tried chrome and FF)btw, your server also seems to be *very* slow (though not that surprising given that that ip is shared with over 330 other domains)
just thought i’d mention it
>I tried error_reporting (0);
you need to comment it OUT
i.e so it reads
//error_reporting (0);
instead of
error_reporting (0);
(in case that was not clear)i can’t see any menu “pizza” there
also, you are currently closed, so other than the popup saying “closed” – as expected – i cant do muchwithout a link to the site i cannot say anything (and no, a screenshot does *not* help)
in any event, layout , colours etc this is the stuff *you* do…
got a link ?
you can also comment out – temporarily (it’s there for a reason) –
error_reporting(0);at the top of ajax/get-json.php
>Our where i can change this code
you don’t>it possible to start with a new order number every day..
use the following filter as you want toadd_filter( 'wppizza_custom_transaction_id', 'myprefix_custom_transaction_id', 10, 2); function myprefix_custom_transaction_id($transactionId, $orderId){ /* do whatever you need to do with the $transactionId */ return $transactionId; }depends on
– where you put the widget/shortcode
– what you are doing with the css
– what your theme does regarding layoutsi have no idea, it’s really something individual to your setup
i know , it’s been months since, but just to mention this here:
wppizza version 2.11.9 also has a grid based layout option now – wppizza->layout (though currently somewhat experimental and might need some css tweaking for individual themes)
if you wanted the image to be after prices, just edit the wppizza-loop-grid.php (copy it to your themes directory first) moving the thumbnails bit after the prices bit (see comments in file)
there’s a “howto” tab in the plugin itself…
you havent read the comments properly
could also add ….
(though there is a mistake as that it should say [‘status’] of course ) – now updated in the original documentation too)
i.e
if($postdata['vars']['type']=='statusupdate' && in_array($postdata['vars']['status'],array('DELIVERED'))){ /******etc*****/This reply has been marked as private.>just to confirm you think no issue with codes or scripts its fine.
yes
> it possible server issue?
my guess would be speed/ram issue (that’s a guess though)This reply has been marked as private.it means that that admin-ajax.php cannot be found. that must be fixed.
tun on debug and check the logs(this only seems to happen ocassionaally so i suspect it’s s server performance issue of some sort – your server admin should be able to help / find out what ‘s going on)
This reply has been marked as private.also, turn on debug and check your debug log
link ?
your export file has a bunch of errors
a) the same meta keys are 2x in the xml for the same item but with different values
b) there is a bunch of metadata missingthis has nothing to do with me and i cannot help you there
(i suspect) you have been using the wordpress import/export and you somehow ended up with this messed up xml.maybe you did something else somewhere else that caused that (perhaps multiple merged exports or something). i do not know.
fact is, that wppizza menu items are just regular custom post types with meta keys stored in the db as wordpress does it. exporting these items is nothing i have any influence over
-
AuthorPosts