×

Ali Khallad

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 186 total)
  • Author
    Posts
  • in reply to: Allowing 3 selections and default to highest priced item #659
    Ali Khallad
    Keymaster

    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?

    in reply to: This message appears when I open the plugin in WP #657
    Ali Khallad
    Keymaster

    The PHP version you’re using is not compatible, can you switch to an older version?

    in reply to: Cannot edit product after checkout #651
    Ali Khallad
    Keymaster

    We 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.

    in reply to: Cannot edit product after checkout #650
    Ali Khallad
    Keymaster

    Hi 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.

    in reply to: Cannot edit product after checkout #649
    Ali Khallad
    Keymaster

    Hi, 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

    in reply to: Cannot edit product after checkout #648
    Ali Khallad
    Keymaster

    The images are uploaded on the server. They just don’t appear in single product when returning after leaving to checkout and coming back.

    in reply to: Cannot edit product after checkout #647
    Ali Khallad
    Keymaster

    Version 1.0.3

    in reply to: Uploader Showing twice on product pages #645
    Ali Khallad
    Keymaster

    Hi, 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.

    in reply to: Add to Cart Button Disappears #643
    Ali Khallad
    Keymaster

    Sorry, 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.

    in reply to: Add to Cart Button Disappears #638
    Ali Khallad
    Keymaster

    Would 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.

    in reply to: PSD Uploads #636
    Ali Khallad
    Keymaster

    Hi, please send me an email at support@wpali.com

    in reply to: PSD Uploads #635
    Ali Khallad
    Keymaster

    Also, 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?

    in reply to: PSD Uploads #634
    Ali Khallad
    Keymaster

    Hey, 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 );

    in reply to: PSD Uploads #633
    Ali Khallad
    Keymaster

    Approval 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.

    in reply to: PSD Uploads #632
    Ali Khallad
    Keymaster

    Ok 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.

Viewing 15 posts - 136 through 150 (of 186 total)