Ali Khallad
Forum Replies Created
-
AuthorPosts
-
October 23, 2018 at 11:19 am in reply to: Allowing 3 selections and default to highest priced item #659Ali KhalladKeymaster
Hi, although it’s not fully clear for me what you are looking to achieve, but I understand you want to have the plugin calculate each item price separately and this is possible within the plugin without extra customization. You are allowed to set different price for each item, meaning you can create the 3 categories and add sub-products to each category 1G… 1G… 1G… 3G…3G…3G… and assign price to each one separately, client selections will be calculated and assigned as the total price.
Hope this makes sense, feel free to use the demo site for testing?
Ali KhalladKeymasterThe PHP version you’re using is not compatible, can you switch to an older version?
Ali KhalladKeymasterWe are sorry but nothing in the plugin description present such feature. You can’t simply use sessions, there is a lot of coding involved and generally it’s really hard to change order data once it’s saved, you’d need to go over the plugin code and see how it display results, then check if product in cart and replace the plugin output with custom output based on the product data that is saved to cart, when it’s added to cart again, remove old on and add a new one, it’s easy in theory but requires too much coding.
Ali KhalladKeymasterHi Ali,
Thanks for reply, but this doesn’t help me in any way. Without this functionality the plugin is useless in my case.
Can you give me a hint, how to handle this? Should I use sessions or how do I handle this that these images just don’t vanish when I return to single product page.
Thanks.
Ali KhalladKeymasterHi, thanks for using our plugin.
This is not an issue, it’s simply that what you’re looking to do is a feature that is not implemented into the plugin, you can edit a product after it’s added to cart in any WooCommerce shop. If you want to implement something similar you’ll have to hire a developer to custom develop it for you.Thanks
Ali KhalladKeymasterThe images are uploaded on the server. They just don’t appear in single product when returning after leaving to checkout and coming back.
Ali KhalladKeymasterVersion 1.0.3
Ali KhalladKeymasterHi, the uploading appearing twice means that your theme or child theme is using the before_add_to_cart action hook twice in woocommerce template which is wrong, you may want to talk to the theme developer or child theme creator to solve this issue, but before trying changing to the main theme and see, I think it’s mostly because of child theme.
Ali KhalladKeymasterSorry, but there don’t seem to be any issue with the plugin, add to cart button is showing fine on the site, you probably have quick buy button plugin that could contribute to this, you may want to disable that and see.
Generally, there is no possible way for the plugin to hide the button as it doesn’t change it’s CSS and doesn’t change WooCommerce templates.Ali KhalladKeymasterWould you mind sharing a link or video ..etc and steps to replicate the issue, although I highly doubt it’s related to the plugin as I have never had someone having similar issue.
Ali KhalladKeymasterHi, please send me an email at support@wpali.com
Ali KhalladKeymasterAlso, I do not mean to bother, but are you able to just send a zip of the updated plugin rather than going through CodeCanyon since it is taking longer than expected?
Ali KhalladKeymasterHey, I’m still waiting on the update approval, is it still in process? Also, does the following code restrict to a certain size? I need it to allow a max upload of 100MB. Do I change the 30 to 100?
function set_wddu_max_upload() {
return 30;
}
add_filter( ‘wddu_max_upload_size’, ‘set_wddu_max_upload’, 10 );Ali KhalladKeymasterApproval is the work of codecanyon, I can’t estimate on that.
They’ll send you a notification when it’s ready, usually after the weekend.Ali KhalladKeymasterOk I understand, but is there an estimated arrival for it? I have an online print shop running on this plugin right now and it’s very important to allow more than 5MB files. The plugin page did not say anything about max upload sizes so I would have figured it uses the same restrictions as the media library and the rest of the site.
-
AuthorPosts